Date: Sun, 25 Feb 2024 06:50:13 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: d904cf4d6ced - main - net-mgmt/gsnmp: Moved man to share/man Message-ID: <202402250650.41P6oDKm076951@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=d904cf4d6cedacc119963d51c1524a9f45a1f64e commit d904cf4d6cedacc119963d51c1524a9f45a1f64e Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 06:39:57 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 06:39:57 +0000 net-mgmt/gsnmp: Moved man to share/man Approved by: portmgr (blanket) --- net-mgmt/gsnmp/Makefile | 3 ++- net-mgmt/gsnmp/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/net-mgmt/gsnmp/Makefile b/net-mgmt/gsnmp/Makefile index 0850eaf7c464..ee60e72e168d 100644 --- a/net-mgmt/gsnmp/Makefile +++ b/net-mgmt/gsnmp/Makefile @@ -1,6 +1,6 @@ PORTNAME= gsnmp PORTVERSION= 0.2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/local/${PORTNAME}/ \ http://ftp-ext.osuosl.org/pub/nslu2/sources/ \ @@ -15,6 +15,7 @@ LIB_DEPENDS= libgnet-2.0.so:net/gnet2 USES= gnome libtool pathfix pkgconfig USE_GNOME= glib20 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USE_LDCONFIG= yes INSTALL_TARGET= install-strip diff --git a/net-mgmt/gsnmp/pkg-plist b/net-mgmt/gsnmp/pkg-plist index 3b7f07dc6cc8..e350938390dd 100644 --- a/net-mgmt/gsnmp/pkg-plist +++ b/net-mgmt/gsnmp/pkg-plist @@ -14,4 +14,4 @@ lib/libgsnmp.so.0 lib/libgsnmp.so.0.0.0 libdata/pkgconfig/gsnmp.pc share/aclocal/gsnmp.m4 -man/man1/gsnmp-get.1.gz +share/man/man1/gsnmp-get.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402250650.41P6oDKm076951>