Date: Wed, 24 Jan 2024 10:20:30 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: 1c78a9dd598f - main - net-mgmt/argus3: Impelled to share/man Message-ID: <202401241020.40OAKUoO055833@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=1c78a9dd598ffcd33843bce7d46b7439b64c8bfa commit 1c78a9dd598ffcd33843bce7d46b7439b64c8bfa Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-24 09:18:21 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-24 10:20:13 +0000 net-mgmt/argus3: Impelled to share/man --- net-mgmt/argus3/Makefile | 6 +++--- net-mgmt/argus3/pkg-plist | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net-mgmt/argus3/Makefile b/net-mgmt/argus3/Makefile index 018a87363466..e4460452c1bc 100644 --- a/net-mgmt/argus3/Makefile +++ b/net-mgmt/argus3/Makefile @@ -1,6 +1,6 @@ PORTNAME= argus PORTVERSION= 3.0.8.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt security MASTER_SITES= http://qosient.com/argus/src/ \ ftp://qosient.com/pub/argus/src/ @@ -39,8 +39,8 @@ do-install: .for i in argus-lsof argus-snmp argus-vmstat argusbug ${INSTALL_SCRIPT} ${WRKSRC}/bin/$i ${STAGEDIR}${PREFIX}/bin/$i .endfor - ${INSTALL_MAN} ${WRKSRC}/man/man5/argus.conf.5 ${STAGEDIR}${PREFIX}/man/man5/ - ${INSTALL_MAN} ${WRKSRC}/man/man8/argus.8 ${STAGEDIR}${PREFIX}/man/man8/ + ${INSTALL_MAN} ${WRKSRC}/man/man5/argus.conf.5 ${STAGEDIR}${PREFIX}/share/man/man5/ + ${INSTALL_MAN} ${WRKSRC}/man/man8/argus.8 ${STAGEDIR}${PREFIX}/share/man/man8/ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/Archive ${STAGEDIR}${EXAMPLESDIR}/Config \ ${STAGEDIR}${EXAMPLESDIR}/Deployment ${STAGEDIR}${EXAMPLESDIR}/Startup \ ${STAGEDIR}${EXAMPLESDIR}/System diff --git a/net-mgmt/argus3/pkg-plist b/net-mgmt/argus3/pkg-plist index 82f3fd64e5b3..b353fb5ac61c 100644 --- a/net-mgmt/argus3/pkg-plist +++ b/net-mgmt/argus3/pkg-plist @@ -4,8 +4,8 @@ bin/argus-snmp bin/argus-vmstat bin/argusbug sbin/argus -man/man5/argus.conf.5.gz -man/man8/argus.8.gz +share/man/man5/argus.conf.5.gz +share/man/man8/argus.8.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Archive/argusarchive %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Config/argus.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Deployment/sample
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401241020.40OAKUoO055833>