aboutsummaryrefslogtreecommitdiff
path: root/graphics/scr2png
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@FreeBSD.org>2002-09-06 19:42:45 +0000
committerBruce A. Mah <bmah@FreeBSD.org>2002-09-06 19:42:45 +0000
commit73b6f26b26c365ed0309ce0ae8a4914e39c3066a (patch)
treebabbd1f968fcdcea8276a28275d15bdb5d3fc63f /graphics/scr2png
parentf4c3b1e25677d3dcc7d7e69843f8bd2f62876d41 (diff)
downloadports-73b6f26b26c365ed0309ce0ae8a4914e39c3066a.tar.gz
ports-73b6f26b26c365ed0309ce0ae8a4914e39c3066a.zip
Use ${REINPLACE_CMD} instead of ${PERL}.
Approved by: nik (maintainer)
Notes
Notes: svn path=/head/; revision=65735
Diffstat (limited to 'graphics/scr2png')
-rw-r--r--graphics/scr2png/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/scr2png/Makefile b/graphics/scr2png/Makefile
index 8476a5a92f54..67d7fde48657 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