aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-21 21:46:32 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-21 22:32:08 +0000
commit5a79327e5f22926845c5ee20375efb462a60f6b2 (patch)
treeca2c4f98186aae993842819dc3c7832ceb39006f
parent10723d20670aa9546718ac910e96d4ad7b7185de (diff)
downloadports-5a79327e5f22926845c5ee20375efb462a60f6b2.tar.gz
ports-5a79327e5f22926845c5ee20375efb462a60f6b2.zip
security/ipfmeta: Sanitize MANPREFIX
Approved by: portmgr (blanket)
-rw-r--r--security/ipfmeta/Makefile4
-rw-r--r--security/ipfmeta/pkg-plist2
2 files changed, 3 insertions, 3 deletions
diff --git a/security/ipfmeta/Makefile b/security/ipfmeta/Makefile
index 9804a74905d9..0da7fd73d2b3 100644
--- a/security/ipfmeta/Makefile
+++ b/security/ipfmeta/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ipfmeta
PORTVERSION= 1.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= http://cschubert.com/distfiles/ \
LOCAL/cy
@@ -18,7 +18,7 @@ do-build:
@${POD2MAN} ${WRKSRC}/ipfmeta > ${WRKSRC}/${PORTNAME}.1
do-install:
- ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1
${INSTALL_SCRIPT} ${WRKSRC}/ipfmeta ${STAGEDIR}${PREFIX}/bin
@${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${WRKSRC}/ipf.* ${STAGEDIR}${DATADIR}
diff --git a/security/ipfmeta/pkg-plist b/security/ipfmeta/pkg-plist
index 4a3af9783f61..b6b29dba23b2 100644
--- a/security/ipfmeta/pkg-plist
+++ b/security/ipfmeta/pkg-plist
@@ -1,4 +1,4 @@
bin/ipfmeta
-man/man1/ipfmeta.1.gz
+share/man/man1/ipfmeta.1.gz
%%DATADIR%%/ipf.metarules
%%DATADIR%%/ipf.objs