summaryrefslogtreecommitdiff
path: root/cad/xcircuit
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-08 10:14:16 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-08 10:14:16 +0000
commit0df5b5676900f6f7637b360f90f947160da2862e (patch)
treeef60009202c3f3b28a3814118bb7072de07c701e /cad/xcircuit
parentAdd quotes. Place the system patch notices at the end, so everybody can (diff)
PERL -> REINPLACE_CMD
PR: 39273 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Notes
Notes: svn path=/head/; revision=62642
Diffstat (limited to 'cad/xcircuit')
-rw-r--r--cad/xcircuit/Makefile3
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: