diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-22 17:23:30 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-22 17:23:30 +0000 |
commit | 8545a2e67fcd00c39e1d49278039599fde0a3c96 (patch) | |
tree | 93c69ec1765552a1e68bc7a639a178521cfdbd2e /misc/shc | |
parent | a05fa76323fffdebea8fa39b9c6b32db8f07f949 (diff) | |
download | FreeBSD-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/Makefile | 3 |
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> |