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/amcl | |
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/amcl')
-rw-r--r-- | net/amcl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/amcl/Makefile b/net/amcl/Makefile index 6ca23c0..3e5877a 100644 --- a/net/amcl/Makefile +++ b/net/amcl/Makefile @@ -13,6 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org +USE_REINPLACE= yes USE_X_PREFIX= yes USE_GTK= yes GNU_CONFIGURE= yes @@ -20,6 +21,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" post-patch: - @${PERL} -pi -e 's|CFLAGS -O -pipe -Wall|CFLAGS|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|CFLAGS -O -pipe -Wall|CFLAGS|g' ${WRKSRC}/configure .include <bsd.port.mk> |