summaryrefslogtreecommitdiffstats
path: root/misc/acron
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/acron
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/acron')
-rw-r--r--misc/acron/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/acron/Makefile b/misc/acron/Makefile
index 3905d9b..f9351ab 100644
--- a/misc/acron/Makefile
+++ b/misc/acron/Makefile
@@ -15,9 +15,10 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
NO_BUILD= yes
+USE_REINPLACE= yes
post-patch:
- @${PERL} -pi -e "s|\@\@PREFIX\@\@|${PREFIX}|g;" ${WRKSRC}/whats
+ @${REINPLACE_CMD} -e "s|\@\@PREFIX\@\@|${PREFIX}|g;" ${WRKSRC}/whats
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/whats ${PREFIX}/bin
OpenPOWER on IntegriCloud