net/subnetcalc: Sanitize MANPREFIX

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-01-21 21:12:47 +01:00
parent 755b3540c2
commit 9ccc7b7d88

View file

@ -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>