aboutsummaryrefslogtreecommitdiff
path: root/dns/dlint
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-23 06:04:01 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-23 06:04:01 +0000
commite28630ead26369af9ef1d199ae48177e0e2486ae (patch)
treec38809fe289a3882c872d743e8cfe274cca486f2 /dns/dlint
parentb53889dd48ab786160430cf4dc54b1562318d476 (diff)
downloadports-e28630ead26369af9ef1d199ae48177e0e2486ae.tar.gz
ports-e28630ead26369af9ef1d199ae48177e0e2486ae.zip
Notes
Diffstat (limited to 'dns/dlint')
-rw-r--r--dns/dlint/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/dlint/Makefile b/dns/dlint/Makefile
index 9de4133041d6..34e7b55028b7 100644
--- a/dns/dlint/Makefile
+++ b/dns/dlint/Makefile
@@ -14,11 +14,12 @@ DISTNAME= dlint${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
+USE_REINPLACE= yes
NO_BUILD= yes
MAN8= dlint.8
do-configure:
- @${PERL} -pi.orig -e 's:/usr/local/bin:${PREFIX}/sbin:g' ${WRKSRC}/dlint
+ @${REINPLACE_CMD} -e 's:/usr/local/bin:${PREFIX}/sbin:g' ${WRKSRC}/dlint
@${SED} -e 's:DLINT 1:DLINT 8:g' ${WRKSRC}/dlint.1 >${WRKSRC}/dlint.8
do-install: