diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-07-08 18:14:16 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-07-08 18:14:16 +0800 |
commit | b89886fe2bfd14cafd04aa8f5de087dfcc3c1cfb (patch) | |
tree | 944722e22fe248c0e73aac0fcbd5b7bc1d324dd7 /cad/xcircuit | |
parent | 846a435437fbc9a912aabcf54dc03a7e6aaf9f8b (diff) | |
download | freebsd-ports-gnome-b89886fe2bfd14cafd04aa8f5de087dfcc3c1cfb.tar.gz freebsd-ports-gnome-b89886fe2bfd14cafd04aa8f5de087dfcc3c1cfb.tar.zst freebsd-ports-gnome-b89886fe2bfd14cafd04aa8f5de087dfcc3c1cfb.zip |
PERL -> REINPLACE_CMD
PR: 39273
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Diffstat (limited to 'cad/xcircuit')
-rw-r--r-- | cad/xcircuit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/xcircuit/Makefile b/cad/xcircuit/Makefile index 802b8461b8ff..c8e6286c4fd5 100644 --- a/cad/xcircuit/Makefile +++ b/cad/xcircuit/Makefile @@ -19,12 +19,13 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_BZIP2= yes USE_XPM= yes USE_IMAKE= yes +USE_REINPLACE= yes XMKMF= xmkmf MAN1= xcircuit.1 post-patch: - @find ${WRKSRC} -name '*.[ch]' | xargs ${PERL} -pi -e \ + @find ${WRKSRC} -name '*.[ch]' | xargs ${REINPLACE_CMD} -e \ 's|<malloc.h>|<stdlib.h>|g' post-install: |