git: 3a0773cbf7d4 - main - deskutils/gpicker: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Mar 2024 12:35:59 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3a0773cbf7d4219f60c0e1dd5ada6ece0fa22f77
commit 3a0773cbf7d4219f60c0e1dd5ada6ece0fa22f77
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-03 11:23:10 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-03 12:35:42 +0000
deskutils/gpicker: Move man pages to share/man
Approved by: portmgr (blanket)
---
deskutils/gpicker/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/deskutils/gpicker/Makefile b/deskutils/gpicker/Makefile
index 620a450b8247..ebd7c5b0ef0d 100644
--- a/deskutils/gpicker/Makefile
+++ b/deskutils/gpicker/Makefile
@@ -1,6 +1,6 @@
PORTNAME= gpicker
DISTVERSION= 2.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= deskutils
MASTER_SITES= SAVANNAH
@@ -17,7 +17,8 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
USES= gettext-runtime gmake gnome pkgconfig
USE_GNOME= gtk20 cairo gdkpixbuf2
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
-PLIST_FILES= bin/gpicker bin/gpicker-simple man/man1/gpicker-simple.1.gz man/man1/gpicker.1.gz
+PLIST_FILES= bin/gpicker bin/gpicker-simple share/man/man1/gpicker-simple.1.gz share/man/man1/gpicker.1.gz
.include <bsd.port.mk>