summaryrefslogtreecommitdiff
path: root/net/cnet
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 /net/cnet
parentadd kile 1.0 (diff)
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39668 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Notes
Notes: svn path=/head/; revision=61772
Diffstat (limited to 'net/cnet')
-rw-r--r--net/cnet/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/cnet/Makefile b/net/cnet/Makefile
index 875ebab68903..dc679de924d9 100644
--- a/net/cnet/Makefile
+++ b/net/cnet/Makefile
@@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83
+USE_REINPLACE= yes
USE_X_PREFIX= yes
USE_XPM= yes
USE_GMAKE= yes
@@ -22,9 +23,9 @@ ALL_TARGET= # empty
MAN1= cnet.1
post-patch:
- @${PERL} -pi -e 's|8.2|8.3|g ; \
+ @${REINPLACE_CMD} -e 's|8.2|8.3|g ; \
s|82|83|g' ${WRKSRC}/src/Makefile.freebsd
- @${PERL} -pi -e 's|%%CC%%|${CC}|g ; \
+ @${REINPLACE_CMD} -e 's|%%CC%%|${CC}|g ; \
s|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/src/config.h
do-install: