aboutsummaryrefslogtreecommitdiff
path: root/archivers/nomarch
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-21 16:17:18 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-21 16:17:18 +0000
commit444d2e1edce5f2e0fad951a90dc9b7845dd81f37 (patch)
tree3a9b82133fa294be7fc8104f74c1fe13495438dc /archivers/nomarch
parent930e3a6637bf9a7c5fdb4f16ff8c39903da8c1ed (diff)
downloadports-444d2e1edce5f2e0fad951a90dc9b7845dd81f37.tar.gz
ports-444d2e1edce5f2e0fad951a90dc9b7845dd81f37.zip
${PERL} -> ${REINPLACE_CMD}
PR: 39587, 39589, 39590 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=61684
Diffstat (limited to 'archivers/nomarch')
-rw-r--r--archivers/nomarch/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/nomarch/Makefile b/archivers/nomarch/Makefile
index ae696df11c4f..f12ad53c88f1 100644
--- a/archivers/nomarch/Makefile
+++ b/archivers/nomarch/Makefile
@@ -16,10 +16,12 @@ MAINTAINER= erwin@lansing.dk
LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt
+USE_REINPLACE= yes
+
MAN1= nomarch.1
post-patch:
- @${PERL} -pi -e "s,^CC,#CC,g ; s,^CFLAGS,#CFLAGS,g ; \
+ @${REINPLACE_CMD} -e "s,^CC,#CC,g ; s,^CFLAGS,#CFLAGS,g ; \
s,^PREFIX,#PREFIX,g ; \
s,%%LOCALBASE%%,${LOCALBASE},g" ${WRKSRC}/Makefile