From 68d2ede20fe929082f7b63b1201632f02303de36 Mon Sep 17 00:00:00 2001 From: pat Date: Sun, 23 Jun 2002 20:39:23 +0000 Subject: 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 --- security/botan/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'security/botan') 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 -- cgit v1.1