Date: Fri, 23 Feb 2024 11:25:43 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: bd71e91316d1 - main - devel/g-wrap: Moved man to share/man Message-ID: <202402231125.41NBPh6B048196@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=bd71e91316d18f466c2100c11bce9f90a20860c7 commit bd71e91316d18f466c2100c11bce9f90a20860c7 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-23 11:16:22 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-23 11:25:13 +0000 devel/g-wrap: Moved man to share/man Approved by: portmgr (blanket) --- devel/g-wrap/Makefile | 3 ++- devel/g-wrap/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/g-wrap/Makefile b/devel/g-wrap/Makefile index 5052aa79e9ff..c745a4656db1 100644 --- a/devel/g-wrap/Makefile +++ b/devel/g-wrap/Makefile @@ -1,6 +1,6 @@ PORTNAME= g-wrap DISTVERSION= 1.9.15 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= SAVANNAH @@ -17,6 +17,7 @@ USE_GNOME= glib20 USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS+=--disable-Werror MAKE_JOBS_UNSAFE=yes diff --git a/devel/g-wrap/pkg-plist b/devel/g-wrap/pkg-plist index 3de50a57a934..9f2d8bac1c14 100644 --- a/devel/g-wrap/pkg-plist +++ b/devel/g-wrap/pkg-plist @@ -22,7 +22,7 @@ lib/libgwrap-guile-runtime.so lib/libgwrap-guile-runtime.so.2 lib/libgwrap-guile-runtime.so.2.0.0 libdata/pkgconfig/g-wrap-2.0-guile.pc -man/man1/g-wrap-config.1.gz +share/man/man1/g-wrap-config.1.gz share/aclocal/g-wrap.m4 %%GUILE_GLOBAL_SITE%%/g-wrap.scm %%GUILE_GLOBAL_SITE%%/g-wrap/c-codegen.scm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402231125.41NBPh6B048196>