Date: Sun, 10 Mar 2024 09:56:00 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e1b3c91fb161 - main - mail/gnubiff: Move man pages to share/man Message-ID: <202403100956.42A9u0Y7028467@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=e1b3c91fb1612f422e1530d10187b600af1738ad commit e1b3c91fb1612f422e1530d10187b600af1738ad Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-10 07:18:24 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-10 09:55:38 +0000 mail/gnubiff: Move man pages to share/man Approved by: portmgr (blanket) --- mail/gnubiff/Makefile | 3 ++- mail/gnubiff/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/mail/gnubiff/Makefile b/mail/gnubiff/Makefile index ad9ee4f7dde6..f0e44cae5eca 100644 --- a/mail/gnubiff/Makefile +++ b/mail/gnubiff/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnubiff PORTVERSION= 2.2.13 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= mail MASTER_SITES= SF @@ -15,6 +15,7 @@ OPTIONS_DEFINE= NLS USES= compiler:c++11-lang cpe fam gmake gnome pathfix pkgconfig USE_GNOME= intlhack libglade2 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lX11 diff --git a/mail/gnubiff/pkg-plist b/mail/gnubiff/pkg-plist index 2e9ffb15485d..9d9c702a3512 100644 --- a/mail/gnubiff/pkg-plist +++ b/mail/gnubiff/pkg-plist @@ -1,5 +1,4 @@ bin/gnubiff -man/man1/gnubiff.1.gz share/applications/gnubiff.desktop %%NLS%%share/locale/cs/LC_MESSAGES/gnubiff.mo %%NLS%%share/locale/de/LC_MESSAGES/gnubiff.mo @@ -32,6 +31,7 @@ share/gnubiff/tux-big.png share/gnubiff/tux-jump(64x64).png 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 share/gnome-2.0/ui
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403100956.42A9u0Y7028467>