Date: Sun, 21 Jan 2024 20:24:36 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: 9ccc7b7d8828 - main - net/subnetcalc: Sanitize MANPREFIX Message-ID: <202401212024.40LKOaNG074532@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=9ccc7b7d8828760cc19038dc2f8e763cd025ee6d commit 9ccc7b7d8828760cc19038dc2f8e763cd025ee6d Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-21 20:12:47 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-21 20:24:09 +0000 net/subnetcalc: Sanitize MANPREFIX Approved by: portmgr (blanket) --- net/subnetcalc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/subnetcalc/Makefile b/net/subnetcalc/Makefile index 253d7cdbef18..1eba847ec02c 100644 --- a/net/subnetcalc/Makefile +++ b/net/subnetcalc/Makefile @@ -1,5 +1,6 @@ PORTNAME= subnetcalc PORTVERSION= 2.4.23 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= https://www.nntb.no/~dreibh/subnetcalc/download/ @@ -11,9 +12,8 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING USES= tar:xz cmake -CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR=${MANPREFIX}/man PLIST_FILES= bin/subnetcalc \ - man/man1/subnetcalc.1.gz + share/man/man1/subnetcalc.1.gz .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401212024.40LKOaNG074532>