Date: Sun, 24 Mar 2024 13:43:33 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e9f593f1ffaa - main - net-mgmt/bsnmp-ucd: Move man pages to share/man Message-ID: <202403241343.42ODhXOe021623@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=e9f593f1ffaa5902a2a70f26e864fc3c5a17ed94 commit e9f593f1ffaa5902a2a70f26e864fc3c5a17ed94 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-24 12:37:17 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-24 13:43:20 +0000 net-mgmt/bsnmp-ucd: Move man pages to share/man Approved by: portmgr (blanket) --- net-mgmt/bsnmp-ucd/Makefile | 2 ++ net-mgmt/bsnmp-ucd/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/net-mgmt/bsnmp-ucd/Makefile b/net-mgmt/bsnmp-ucd/Makefile index 9a66cae9b8b0..13259af52d9c 100644 --- a/net-mgmt/bsnmp-ucd/Makefile +++ b/net-mgmt/bsnmp-ucd/Makefile @@ -1,5 +1,6 @@ PORTNAME= bsnmp-ucd PORTVERSION= 0.4.5 +PORTREVISION= 1 CATEGORIES= net-mgmt MAINTAINER= trociny@FreeBSD.org @@ -13,6 +14,7 @@ GH_ACCOUNT= trociny USES= uidfix MAKE_ENV+= NO_OBJ=yes +MAKE_ARGS= MANDIR=${PREFIX}/share/man/man OPTIONS_DEFINE= EXAMPLES diff --git a/net-mgmt/bsnmp-ucd/pkg-plist b/net-mgmt/bsnmp-ucd/pkg-plist index ec17f9285821..9c1da390fbac 100644 --- a/net-mgmt/bsnmp-ucd/pkg-plist +++ b/net-mgmt/bsnmp-ucd/pkg-plist @@ -1,4 +1,4 @@ lib/snmp_ucd.so lib/snmp_ucd.so.1 -man/man8/bsnmp-ucd.8.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/snmpd.config.sample +share/man/man8/bsnmp-ucd.8.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403241343.42ODhXOe021623>