summaryrefslogtreecommitdiffstats
path: root/misc/shc
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-06-22 17:23:30 +0000
committerijliao <ijliao@FreeBSD.org>2002-06-22 17:23:30 +0000
commit8545a2e67fcd00c39e1d49278039599fde0a3c96 (patch)
tree93c69ec1765552a1e68bc7a639a178521cfdbd2e /misc/shc
parenta05fa76323fffdebea8fa39b9c6b32db8f07f949 (diff)
downloadFreeBSD-ports-8545a2e67fcd00c39e1d49278039599fde0a3c96.zip
FreeBSD-ports-8545a2e67fcd00c39e1d49278039599fde0a3c96.tar.gz
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39665 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Diffstat (limited to 'misc/shc')
-rw-r--r--misc/shc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/shc/Makefile b/misc/shc/Makefile
index 0eac45c..be9d2bd 100644
--- a/misc/shc/Makefile
+++ b/misc/shc/Makefile
@@ -14,12 +14,13 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
+USE_REINPLACE= yes
ALL_TARGET= shc
MAN1= shc.1
post-patch:
- @${PERL} -pi -e "s,^CFLAGS,#CFLAGS},g ; \
+ @${REINPLACE_CMD} -e "s,^CFLAGS,#CFLAGS},g ; \
s,/usr/local,${PREFIX},g" ${WRKSRC}/Makefile
.include <bsd.port.mk>
OpenPOWER on IntegriCloud