Skip to content

Commit

Permalink
x11-fm/libtubo: moved manpages to share/man
Browse files Browse the repository at this point in the history
Set GNU_CONFIGURE_MANPREFIX and fix plist
Fix formatting to make linters happy
  • Loading branch information
rosorio committed Mar 5, 2024
1 parent 224b3a1 commit 2fa4472
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
15 changes: 9 additions & 6 deletions x11-fm/libtubo/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PORTNAME= libtubo
PORTVERSION= 5.0.14
PORTREVISION= 1
CATEGORIES= x11-fm
MASTER_SITES= SF/xffm/libtubo/
DISTNAME= ${PORTNAME}0-${PORTVERSION}
Expand All @@ -10,14 +11,16 @@ WWW= https://xffm.sourceforge.net/libtubo.html

LICENSE= GPLv3

OPTIONS_DEFINE= DOCS

USES= gmake libtool:keepla pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-PACKAGE=no
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip

WRKSRC= ${WRKDIR}/${PORTNAME}0-${PORTVERSION}
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS+= --with-PACKAGE=no
INSTALL_TARGET= install-strip

WRKSRC= ${WRKDIR}/${PORTNAME}0-${PORTVERSION}

OPTIONS_DEFINE= DOCS

.include <bsd.port.mk>
4 changes: 2 additions & 2 deletions x11-fm/libtubo/files/patch-Makefile.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- Makefile.in.orig 2014-09-25 13:41:18.147180046 +0000
+++ Makefile.in 2014-09-25 13:42:04.545176862 +0000
--- Makefile.in.orig 2014-09-25 13:41:18 UTC
+++ Makefile.in
@@ -318,7 +318,7 @@
top_srcdir = @top_srcdir@
CLEANFILES = *~ *.bak core *.core *.o *.lo *.la
Expand Down
2 changes: 1 addition & 1 deletion x11-fm/libtubo/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ lib/libtubo.so
lib/libtubo.so.0
lib/libtubo.so.0.1.0
libdata/pkgconfig/tubo.pc
man/man1/tuboexec.1.gz
share/man/man1/tuboexec.1.gz
share/gtk-doc/html/libtubo/ch01.html
share/gtk-doc/html/libtubo/home.png
share/gtk-doc/html/libtubo/index.html
Expand Down

0 comments on commit 2fa4472

Please sign in to comment.