diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-14 15:04:51 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-14 15:04:51 +0800 |
commit | 6d06a0d5eed2e1c0c4d9830053610f4f90bd8b35 (patch) | |
tree | 8053dfed78619c3e060b8a7a3957f0a4bd382090 /archivers | |
parent | d866132e1ca3d626e7981b6c260699075b7ea734 (diff) | |
download | freebsd-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/Makefile | 4 |
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) |