diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2024-03-05 10:19:57 +0000 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2024-03-05 21:12:25 +0000 |
commit | 2fa44724df91459f2ec699f7015c9f2cbe0d97fa (patch) | |
tree | ab5b45ff5c36c03f194be7d5fa34193ad759df6d /x11-fm | |
parent | 224b3a15838cea8d2ed22d8f14b9bfe1ea127273 (diff) |
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/libtubo/Makefile | 15 | ||||
-rw-r--r-- | x11-fm/libtubo/files/patch-Makefile.in | 4 | ||||
-rw-r--r-- | x11-fm/libtubo/pkg-plist | 2 |
3 files changed, 12 insertions, 9 deletions
diff --git a/x11-fm/libtubo/Makefile b/x11-fm/libtubo/Makefile index 14e3cea1ab79..cd361fe7b6ba 100644 --- a/x11-fm/libtubo/Makefile +++ b/x11-fm/libtubo/Makefile @@ -1,5 +1,6 @@ PORTNAME= libtubo PORTVERSION= 5.0.14 +PORTREVISION= 1 CATEGORIES= x11-fm MASTER_SITES= SF/xffm/libtubo/ DISTNAME= ${PORTNAME}0-${PORTVERSION} @@ -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> diff --git a/x11-fm/libtubo/files/patch-Makefile.in b/x11-fm/libtubo/files/patch-Makefile.in index b68c6e1df5fd..8d15a7c3fd13 100644 --- a/x11-fm/libtubo/files/patch-Makefile.in +++ b/x11-fm/libtubo/files/patch-Makefile.in @@ -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 diff --git a/x11-fm/libtubo/pkg-plist b/x11-fm/libtubo/pkg-plist index fd4d4a0f31f2..133193406c64 100644 --- a/x11-fm/libtubo/pkg-plist +++ b/x11-fm/libtubo/pkg-plist @@ -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 |