Skip to content

Commit

Permalink
dns/nslint: 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 84013fb commit 0f9f905
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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
Expand All @@ -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
Expand All @@ -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>

0 comments on commit 0f9f905

Please sign in to comment.