diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-06-23 20:39:23 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-06-23 20:39:23 +0000 |
commit | 3429beb3d69bf05cc09137cac5b420f8e26b86db (patch) | |
tree | 4affc92982e244cfbe7e05e3bdd22240b4c28520 /security/botan | |
parent | ec8028156e7ada0e0867358c46bf5af20c16fec3 (diff) | |
download | ports-3429beb3d69bf05cc09137cac5b420f8e26b86db.tar.gz ports-3429beb3d69bf05cc09137cac5b420f8e26b86db.zip |
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>
Notes
Notes:
svn path=/head/; revision=61839
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 891b39479c18..e36449be8ccb 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 |