aboutsummaryrefslogtreecommitdiffstats
path: root/security/ccrypt
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-06-24 04:39:23 +0800
committerpat <pat@FreeBSD.org>2002-06-24 04:39:23 +0800
commit68d2ede20fe929082f7b63b1201632f02303de36 (patch)
tree7e1b667a7934284fdee094f1247ef35f0b6ea264 /security/ccrypt
parentf7ba4a230537a78bfca3bc8765e6ad35ec5d318d (diff)
downloadfreebsd-ports-gnome-68d2ede20fe929082f7b63b1201632f02303de36.tar.gz
freebsd-ports-gnome-68d2ede20fe929082f7b63b1201632f02303de36.tar.zst
freebsd-ports-gnome-68d2ede20fe929082f7b63b1201632f02303de36.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>
Diffstat (limited to 'security/ccrypt')
-rw-r--r--security/ccrypt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/ccrypt/Makefile b/security/ccrypt/Makefile
index c7eb499065bc..13f8ee21ed1a 100644
--- a/security/ccrypt/Makefile
+++ b/security/ccrypt/Makefile
@@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt
+USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
@@ -27,6 +28,6 @@ MLINKS= ccrypt.1 ccencrypt.1 \
ccrypt.1 ccat.1
post-patch:
- @${PERL} -pi -e "s,gtar,tar,g" ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e "s,gtar,tar,g" ${WRKSRC}/configure
.include <bsd.port.mk>