Skip to content

Commit

Permalink
net/subnetcalc: Sanitize MANPREFIX
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 21, 2024
1 parent 755b354 commit 9ccc7b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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/

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

0 comments on commit 9ccc7b7

Please sign in to comment.