summaryrefslogtreecommitdiffstats
path: root/graphics/xfig-devel
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-07-08 10:41:30 +0000
committerijliao <ijliao@FreeBSD.org>2002-07-08 10:41:30 +0000
commit27b58e05583dbd0dbed960cf162e599ebc0f227b (patch)
tree08d4d418aed90a1f7e8eb25819d284dce8d35a8b /graphics/xfig-devel
parente5f65fe9c160b78b54514fe1bebfa37c1259f7c8 (diff)
downloadFreeBSD-ports-27b58e05583dbd0dbed960cf162e599ebc0f227b.zip
FreeBSD-ports-27b58e05583dbd0dbed960cf162e599ebc0f227b.tar.gz
PERL -> REINPLACE_CMD
PR: 39938 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Diffstat (limited to 'graphics/xfig-devel')
-rw-r--r--graphics/xfig-devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/xfig-devel/Makefile b/graphics/xfig-devel/Makefile
index a5c4c5c..179dcc6 100644
--- a/graphics/xfig-devel/Makefile
+++ b/graphics/xfig-devel/Makefile
@@ -22,6 +22,7 @@ RUN_DEPENDS= fig2dev:${PORTSDIR}/print/transfig
WRKSRC= ${WRKDIR}/${PORTNAME}.${PORTVERSION}
+USE_REINPLACE= yes
USE_IMAKE= yes
USE_XPM= yes
MAN1= xfig.1
@@ -41,7 +42,7 @@ post-extract:
post-patch:
.if defined(WITHOUT_GHOSTSCRIPT)
- @${PERL} -pi -e 's|-DGSBIT ||g' ${WRKSRC}/Imakefile
+ @${REINPLACE_CMD} -e 's|-DGSBIT ||g' ${WRKSRC}/Imakefile
.endif
.include <bsd.port.mk>
OpenPOWER on IntegriCloud