diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-23 06:04:01 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-23 06:04:01 +0000 |
commit | 2e5a089158bc145f89582021e74d01797d009897 (patch) | |
tree | f579cbe02fdbd28a1f909c61649a01ccee65bb50 /net/libfreenet | |
parent | f3cdfeb23d80a8c403d671681536a62f5c7dd3b0 (diff) | |
download | FreeBSD-ports-2e5a089158bc145f89582021e74d01797d009897.zip FreeBSD-ports-2e5a089158bc145f89582021e74d01797d009897.tar.gz |
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39668
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Diffstat (limited to 'net/libfreenet')
-rw-r--r-- | net/libfreenet/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/libfreenet/Makefile b/net/libfreenet/Makefile index b27c46e..5cf8acd 100644 --- a/net/libfreenet/Makefile +++ b/net/libfreenet/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= http://thalassocracy.org/libfreenet/ MAINTAINER= ports@FreeBSD.org +USE_REINPLACE= yes USE_OPENSSL= yes USE_GMAKE= yes USE_LIBTOOL= yes @@ -20,6 +21,6 @@ CONFIGURE_ARGS= --includedir=${PREFIX}/include/libfreenet INSTALLS_SHLIB= yes post-patch: - @${PERL} -pi -e 's|-g -Wall|\@CFLAGS\@|g' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's|-g -Wall|\@CFLAGS\@|g' ${WRKSRC}/Makefile.in .include <bsd.port.mk> |