aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-21 20:28:13 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-21 20:48:09 +0000
commit2c67c7f63647286424e6849e397aa0c5805156ee (patch)
treeb15d6e88818bef959432c67d422d907f39dc3235
parente992df8d1badb646137cadfd5d9835a83d79b106 (diff)
downloadports-2c67c7f63647286424e6849e397aa0c5805156ee.tar.gz
ports-2c67c7f63647286424e6849e397aa0c5805156ee.zip
net/bindtest: Sanitize MANPREFIX
Approved by: portmgr (blanket)
-rw-r--r--net/bindtest/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/bindtest/Makefile b/net/bindtest/Makefile
index 2316ab4d5fd3..265f85f08b9f 100644
--- a/net/bindtest/Makefile
+++ b/net/bindtest/Makefile
@@ -1,6 +1,6 @@
PORTNAME= bindtest
PORTVERSION= 1.56
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= ftp://ftp.kame.net/pub/kame/misc/ \
ftp://sunsite.cnlab-switch.ch/mirror/kame/misc/ \
@@ -14,7 +14,7 @@ WWW= https://www.kame.net/newsletter/20010504/
USES= tar:tgz
-PLIST_FILES= bin/bindtest bin/bindtest.sh man/man1/bindtest.1.gz
+PLIST_FILES= bin/bindtest bin/bindtest.sh share/man/man1/bindtest.1.gz
.include <bsd.port.options.mk>
@@ -26,6 +26,6 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bindtest ${STAGEDIR}${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/test.sh \
${STAGEDIR}${PREFIX}/bin/bindtest.sh
- ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>