summaryrefslogtreecommitdiff
path: root/net/angst
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/angst
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/angst')
-rw-r--r--net/angst/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/angst/Makefile b/net/angst/Makefile
index 85994007f508..2d6a4542d619 100644
--- a/net/angst/Makefile
+++ b/net/angst/Makefile
@@ -18,10 +18,12 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet-config
+USE_REINPLACE= yes
+
MAN8= angst.8
post-patch:
- @${PERL} -pi -e "s,^CC,#CC,g ; \
+ @${REINPLACE_CMD} -e "s,^CC,#CC,g ; \
s,^CFLAGS,#CFLAGS,g ; \
s,libnet-config,${LIBNET_CONFIG},g" ${WRKSRC}/Makefile