summaryrefslogtreecommitdiff
path: root/misc/shc
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-22 17:23:30 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-22 17:23:30 +0000
commit3b9032fabc47df7c423b0fe802d1060c7b4e5816 (patch)
treebc94b068979a41f61931d2bd7979481f6acd573b /misc/shc
parentRemove all charmaps related bits. They aren't needed for 1.4. (diff)
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39665 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Notes
Notes: svn path=/head/; revision=61744
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 0eac45c17ea5..be9d2bdc8364 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>