diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-08 10:14:16 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-08 10:14:16 +0000 |
commit | 0df5b5676900f6f7637b360f90f947160da2862e (patch) | |
tree | ef60009202c3f3b28a3814118bb7072de07c701e /cad/xcircuit | |
parent | f77d34c594717ba6e809983484a8a35999185e3a (diff) | |
download | ports-0df5b5676900f6f7637b360f90f947160da2862e.tar.gz ports-0df5b5676900f6f7637b360f90f947160da2862e.zip |
Notes
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: |