aboutsummaryrefslogtreecommitdiffstats
path: root/net/dlint
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-06-23 14:04:01 +0800
committerijliao <ijliao@FreeBSD.org>2002-06-23 14:04:01 +0800
commit2e5a089158bc145f89582021e74d01797d009897 (patch)
treef579cbe02fdbd28a1f909c61649a01ccee65bb50 /net/dlint
parentf3cdfeb23d80a8c403d671681536a62f5c7dd3b0 (diff)
downloadfreebsd-ports-gnome-2e5a089158bc145f89582021e74d01797d009897.tar.gz
freebsd-ports-gnome-2e5a089158bc145f89582021e74d01797d009897.tar.zst
freebsd-ports-gnome-2e5a089158bc145f89582021e74d01797d009897.zip
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39668 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Diffstat (limited to 'net/dlint')
-rw-r--r--net/dlint/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/dlint/Makefile b/net/dlint/Makefile
index 9de4133041d6..34e7b55028b7 100644
--- a/net/dlint/Makefile
+++ b/net/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: