diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-08 10:41:30 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-08 10:41:30 +0000 |
commit | 2730c8a3dcd82845271c9dbb832f982bbacff7ab (patch) | |
tree | 1642e533cdc6183365ccba20544974f74946044a /graphics/xfig/Makefile | |
parent | Fix the condition in the userforward director that is intended to (diff) |
PERL -> REINPLACE_CMD
PR: 39938
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Diffstat (limited to 'graphics/xfig/Makefile')
-rw-r--r-- | graphics/xfig/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/xfig/Makefile b/graphics/xfig/Makefile index a5c4c5ca87b2..179dcc666c3a 100644 --- a/graphics/xfig/Makefile +++ b/graphics/xfig/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> |