diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2025-07-23 11:49:13 +0200 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2025-07-23 11:49:13 +0200 |
commit | e2caff3921330110eb435334c526d00ae0a3ea19 (patch) | |
tree | d52543f49335de7ff4b83cc9ba6d16b65a6bd684 | |
parent | engrampa,file-roller: update pkg-descr (diff) |
mail/gnubiff: stop packaging a useless bonobo directory
While here remove USES=pathfix which is now useless
-rw-r--r-- | mail/gnubiff/Makefile | 5 | ||||
-rw-r--r-- | mail/gnubiff/pkg-plist | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/mail/gnubiff/Makefile b/mail/gnubiff/Makefile index 006c635efcad..2285e219e0e7 100644 --- a/mail/gnubiff/Makefile +++ b/mail/gnubiff/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnubiff PORTVERSION= 2.2.13 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= mail MASTER_SITES= SF @@ -12,7 +12,7 @@ LIB_DEPENDS= libpopt.so:devel/popt OPTIONS_DEFINE= NLS -USES= compiler:c++11-lang cpe fam gmake gnome pathfix pkgconfig +USES= compiler:c++11-lang cpe fam gmake gnome pkgconfig USE_GNOME= intlhack libglade2 GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share @@ -42,6 +42,5 @@ PLIST_SUB+= NLS="@comment " .endif CONFIGURE_ARGS+= --disable-gnome -PLIST_SUB+= BONOBODIR="libdata/bonobo" .include <bsd.port.mk> diff --git a/mail/gnubiff/pkg-plist b/mail/gnubiff/pkg-plist index 9d9c702a3512..64b14e30b243 100644 --- a/mail/gnubiff/pkg-plist +++ b/mail/gnubiff/pkg-plist @@ -33,5 +33,5 @@ share/gnubiff/tux-sleep(64x64).png share/gnubiff/tux-sleep.png share/man/man1/gnubiff.1.gz share/pixmaps/gnubiff.png -@dir %%BONOBODIR%%/servers +@comment @dir lib/bonobo/servers @comment @dir share/gnome-2.0/ui |