summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorbmah <bmah@FreeBSD.org>2002-09-06 19:42:45 +0000
committerbmah <bmah@FreeBSD.org>2002-09-06 19:42:45 +0000
commit96509040b77148c6f7371ade0d2e13fac53e8bc2 (patch)
treee1eedccc05dba53f7ba849b03e477330d255be5f /graphics
parent300fa29941c116a876c2109191eaf2159b3be58e (diff)
downloadFreeBSD-ports-96509040b77148c6f7371ade0d2e13fac53e8bc2.zip
FreeBSD-ports-96509040b77148c6f7371ade0d2e13fac53e8bc2.tar.gz
Use ${REINPLACE_CMD} instead of ${PERL}.
Approved by: nik (maintainer)
Diffstat (limited to 'graphics')
-rw-r--r--graphics/scr2png/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/scr2png/Makefile b/graphics/scr2png/Makefile
index 8476a5a..67d7fde 100644
--- a/graphics/scr2png/Makefile
+++ b/graphics/scr2png/Makefile
@@ -17,11 +17,13 @@ MAINTAINER= nik@freebsd.org
LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd
+USE_REINPLACE= yes
+
MAN1= scr2png.1
MANCOMPRESSED= yes
post-extract:
- @${PERL} -pi -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/Makefile
+ @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/Makefile
do-install:
@cd ${WRKSRC}; ${MAKE} BINDIR=${PREFIX}/bin SHAREDIR=${PREFIX} install
OpenPOWER on IntegriCloud