aboutsummaryrefslogtreecommitdiff
path: root/archivers/lbrate
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-14 07:04:51 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-14 07:04:51 +0000
commit29218a1abaedd1c9155a21b9b7f12bdc41fa0e5e (patch)
tree168876d8da76c5a21c5816f33af5ee015dc10fb5 /archivers/lbrate
parent88e09526ae5c1f539a79418066548a2a31dd8770 (diff)
downloadports-29218a1abaedd1c9155a21b9b7f12bdc41fa0e5e.tar.gz
ports-29218a1abaedd1c9155a21b9b7f12bdc41fa0e5e.zip
Notes
Diffstat (limited to 'archivers/lbrate')
-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)