git: 0f9f905d0245 - main - dns/nslint: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 02:02:58 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0f9f905d02458c7bb1330d33c548c44cf7699701
commit 0f9f905d02458c7bb1330d33c548c44cf7699701
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-21 01:39:49 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-21 02:02:46 +0000
dns/nslint: Sanitize MANPREFIX
Approved by: portmgr (blanket)
---
dns/nslint/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dns/nslint/Makefile b/dns/nslint/Makefile
index 1118e274916c..867f5303a9d0 100644
--- a/dns/nslint/Makefile
+++ b/dns/nslint/Makefile
@@ -1,5 +1,6 @@
PORTNAME= nslint
PORTVERSION= 3.1
+PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= ftp://ftp.ee.lbl.gov/ \
LOCAL/ehaupt
@@ -15,7 +16,7 @@ ALL_TARGET= ${PORTNAME}
BOOTFILE?= /etc/namedb/named.boot
CONFFILE?= /etc/namedb/named.conf
-PLIST_FILES= bin/nslint man/man8/nslint.8.gz
+PLIST_FILES= bin/nslint share/man/man8/nslint.8.gz
post-patch:
@${REINPLACE_CMD} -e '/^\ \{4\}V_CCOPT/d' ${WRKSRC}/configure
@@ -26,6 +27,6 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nslint ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/nslint.8 ${STAGEDIR}${PREFIX}/man/man8
+ ${INSTALL_MAN} ${WRKSRC}/nslint.8 ${STAGEDIR}${PREFIX}/share/man/man8
.include <bsd.port.mk>