diff options
author | Bruce A. Mah <bmah@FreeBSD.org> | 2002-09-06 19:42:45 +0000 |
---|---|---|
committer | Bruce A. Mah <bmah@FreeBSD.org> | 2002-09-06 19:42:45 +0000 |
commit | 73b6f26b26c365ed0309ce0ae8a4914e39c3066a (patch) | |
tree | babbd1f968fcdcea8276a28275d15bdb5d3fc63f /graphics/scr2png | |
parent | f4c3b1e25677d3dcc7d7e69843f8bd2f62876d41 (diff) | |
download | ports-73b6f26b26c365ed0309ce0ae8a4914e39c3066a.tar.gz ports-73b6f26b26c365ed0309ce0ae8a4914e39c3066a.zip |
Notes
Diffstat (limited to 'graphics/scr2png')
-rw-r--r-- | graphics/scr2png/Makefile | 4 |
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 |