diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-23 14:04:01 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-23 14:04:01 +0800 |
commit | 2e5a089158bc145f89582021e74d01797d009897 (patch) | |
tree | f579cbe02fdbd28a1f909c61649a01ccee65bb50 /net-mgmt/angst/Makefile | |
parent | f3cdfeb23d80a8c403d671681536a62f5c7dd3b0 (diff) | |
download | freebsd-ports-gnome-2e5a089158bc145f89582021e74d01797d009897.tar.gz freebsd-ports-gnome-2e5a089158bc145f89582021e74d01797d009897.tar.zst freebsd-ports-gnome-2e5a089158bc145f89582021e74d01797d009897.zip |
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39668
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Diffstat (limited to 'net-mgmt/angst/Makefile')
-rw-r--r-- | net-mgmt/angst/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-mgmt/angst/Makefile b/net-mgmt/angst/Makefile index 85994007f508..2d6a4542d619 100644 --- a/net-mgmt/angst/Makefile +++ b/net-mgmt/angst/Makefile @@ -18,10 +18,12 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet-config +USE_REINPLACE= yes + MAN8= angst.8 post-patch: - @${PERL} -pi -e "s,^CC,#CC,g ; \ + @${REINPLACE_CMD} -e "s,^CC,#CC,g ; \ s,^CFLAGS,#CFLAGS,g ; \ s,libnet-config,${LIBNET_CONFIG},g" ${WRKSRC}/Makefile |