diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-23 06:04:01 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-23 06:04:01 +0000 |
commit | e28630ead26369af9ef1d199ae48177e0e2486ae (patch) | |
tree | c38809fe289a3882c872d743e8cfe274cca486f2 /net/amcl | |
parent | b53889dd48ab786160430cf4dc54b1562318d476 (diff) |
Notes
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 6ca23c0b26cc..3e5877aa6a94 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> |