aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-22 00:17:18 +0800
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-22 00:17:18 +0800
commit444d2e1edce5f2e0fad951a90dc9b7845dd81f37 (patch)
tree3a9b82133fa294be7fc8104f74c1fe13495438dc /archivers
parent930e3a6637bf9a7c5fdb4f16ff8c39903da8c1ed (diff)
downloadfreebsd-ports-gnome-444d2e1edce5f2e0fad951a90dc9b7845dd81f37.tar.gz
freebsd-ports-gnome-444d2e1edce5f2e0fad951a90dc9b7845dd81f37.tar.zst
freebsd-ports-gnome-444d2e1edce5f2e0fad951a90dc9b7845dd81f37.zip
${PERL} -> ${REINPLACE_CMD}
PR: 39587, 39589, 39590 Submitted by: maintainer
Diffstat (limited to 'archivers')
-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