Date: Fri, 23 Feb 2024 12:52:04 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5b5b006d42f0 - main - devel/gob2: Moved man to share/man Message-ID: <202402231252.41NCq4Ax096986@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=5b5b006d42f05873cc29e2fd7dd38e3c75bc1ec2 commit 5b5b006d42f05873cc29e2fd7dd38e3c75bc1ec2 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-23 11:30:44 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-23 12:50:25 +0000 devel/gob2: Moved man to share/man Approved by: portmgr (blanket) --- devel/gob2/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402231252.41NCq4Ax096986>