aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-06-14 15:04:51 +0800
committerijliao <ijliao@FreeBSD.org>2002-06-14 15:04:51 +0800
commit6d06a0d5eed2e1c0c4d9830053610f4f90bd8b35 (patch)
tree8053dfed78619c3e060b8a7a3957f0a4bd382090 /archivers
parentd866132e1ca3d626e7981b6c260699075b7ea734 (diff)
downloadfreebsd-ports-gnome-6d06a0d5eed2e1c0c4d9830053610f4f90bd8b35.tar.gz
freebsd-ports-gnome-6d06a0d5eed2e1c0c4d9830053610f4f90bd8b35.tar.zst
freebsd-ports-gnome-6d06a0d5eed2e1c0c4d9830053610f4f90bd8b35.zip
Use ${REINPLACE_CMD} instead of ${PERL}
PR: 39238, 39239, 39240, 39241 Submitted by: maintainer
Diffstat (limited to 'archivers')
-rw-r--r--archivers/lbrate/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/lbrate/Makefile b/archivers/lbrate/Makefile
index ba1b359293c5..9621808a69f6 100644
--- a/archivers/lbrate/Makefile
+++ b/archivers/lbrate/Makefile
@@ -17,8 +17,8 @@ LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt
MAN1= lbrate.1
post-patch:
- @${PERL} -pi -e "s,^CC,#CC,g ; s,^PREFIX,#PREFIX,g ; \
- s,%%LOCALBASE%%,${LOCALBASE},g" ${WRKSRC}/Makefile
+ @${REINPLACE_CMD} -e "s,^CC|^PREFIX,#,g" ${WRKSRC}/Makefile
+ @${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE},g" ${WRKSRC}/Makefile
post-install:
.if !defined(NOPORTDOCS)