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/ccrypt | |
parent | ec8028156e7ada0e0867358c46bf5af20c16fec3 (diff) |
Notes
Diffstat (limited to 'security/ccrypt')
-rw-r--r-- | security/ccrypt/Makefile | 3 |
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> |