diff options
author | pat <pat@FreeBSD.org> | 2002-06-23 20:39:23 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-06-23 20:39:23 +0000 |
commit | 68d2ede20fe929082f7b63b1201632f02303de36 (patch) | |
tree | 7e1b667a7934284fdee094f1247ef35f0b6ea264 /security/botan | |
parent | f7ba4a230537a78bfca3bc8765e6ad35ec5d318d (diff) | |
download | FreeBSD-ports-68d2ede20fe929082f7b63b1201632f02303de36.zip FreeBSD-ports-68d2ede20fe929082f7b63b1201632f02303de36.tar.gz |
PERL -> REINPLACE_CMD
PR: ports/39729, ports/39727, ports/39726, ports/39724
PR: ports/39722, ports/39721, ports/39720, ports/39719, ports/39718
Submitted by: Scott Flatman <sf@dsinw.com>
Diffstat (limited to 'security/botan')
-rw-r--r-- | security/botan/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/botan/Makefile b/security/botan/Makefile index 891b394..e36449b 100644 --- a/security/botan/Makefile +++ b/security/botan/Makefile @@ -16,6 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org +USE_REINPLACE= yes USE_NEWGCC= yes HAS_CONFIGURE= yes CONFIGURE_SCRIPT= configure.pl @@ -27,7 +28,7 @@ INSTALLS_SHLIB= yes PLIST_SUB= PORTVERSION=${PORTVERSION} post-patch: - @${PERL} -pi -e "s,%%PREFIX%%,${PREFIX},g ; \ + @${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g ; \ s,%%CFLAGS%%,${CFLAGS},g" ${WRKSRC}/${CONFIGURE_SCRIPT} @${RM} -f ${WRKSRC}/src/pipe_io.cpp.orig |