aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-23 11:30:44 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-23 12:50:25 +0000
commit5b5b006d42f05873cc29e2fd7dd38e3c75bc1ec2 (patch)
tree318978146826552d260c3c43c8c147bbcd80de33
parentc28b0776091f7d1b6560c862e1ca9012b5893bb8 (diff)
downloadports-5b5b006d42f05873cc29e2fd7dd38e3c75bc1ec2.tar.gz
ports-5b5b006d42f05873cc29e2fd7dd38e3c75bc1ec2.zip
devel/gob2: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--devel/gob2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/gob2/Makefile b/devel/gob2/Makefile
index 9624e7745148..8136cf9f21d5 100644
--- a/devel/gob2/Makefile
+++ b/devel/gob2/Makefile
@@ -1,5 +1,6 @@
PORTNAME= gob2
PORTVERSION= 2.0.18
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
@@ -11,11 +12,12 @@ WWW= https://www.5z.com/jirka/gob.html
LICENSE= GPLv2
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USE_GNOME= glib20
USES= gmake gnome localbase pkgconfig
PLIST_FILES= bin/gob2 share/aclocal/gob2.m4 ${EXAMPLES:S/^/%%EXAMPLESDIR%%\//} \
- man/man1/gob2.1.gz
+ share/man/man1/gob2.1.gz
EXAMPLES= GNOME_Foo_SomeInterface.idl \
README \