aboutsummaryrefslogtreecommitdiff
path: root/print/xtexsh
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-01-25 22:36:42 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-01-25 22:36:42 +0000
commitd18de910c893b97b9780245f649ce7fa6c6d49e7 (patch)
treec13f4c054a968323b456e4ad64c9c3e714272188 /print/xtexsh
parent060c6025a4c952fed4e0f366dd7839f85712a609 (diff)
downloadports-d18de910c893b97b9780245f649ce7fa6c6d49e7.tar.gz
ports-d18de910c893b97b9780245f649ce7fa6c6d49e7.zip
USE_REINPLACE instead of ${PERL}.
PR: ports/47464 Submitted by: Jean-Sebastien Roy <js@jeannot.org> (maintainer)
Notes
Notes: svn path=/head/; revision=74005
Diffstat (limited to 'print/xtexsh')
-rw-r--r--print/xtexsh/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/print/xtexsh/Makefile b/print/xtexsh/Makefile
index 47c957225256..3f8b9531b384 100644
--- a/print/xtexsh/Makefile
+++ b/print/xtexsh/Makefile
@@ -18,13 +18,14 @@ RUN_DEPENDS= tex:${PORTSDIR}/print/teTeX \
WRKSRC= ${WRKDIR}/${PORTNAME}-1.4
-USE_X_PREFIX= yes
NO_BUILD= yes
MAN1= xtexsh.1
MANCOMPRESSED= yes
+USE_REINPLACE= yes
+
post-patch:
- @${PERL} -pi -e 's,/usr/bin/wish,${PREFIX}/bin/wish8.4,; \
+ @${REINPLACE_CMD} -e 's,/usr/bin/wish,${PREFIX}/bin/wish8.4,; \
s,/etc,${PREFIX}/etc,; s,bash,sh,' ${WRKSRC}/xtexsh
do-install: