diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-06-29 01:19:28 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-06-29 01:19:28 +0800 |
commit | 0de71168146a9f321faaa82062f0407f32026bdc (patch) | |
tree | 86cea2064daa160b156d368f34be1a0febbd23d9 /textproc/latex2html/Makefile | |
parent | e2e310de656e67e8e233c32883f74ad620ca3aea (diff) | |
download | freebsd-ports-gnome-0de71168146a9f321faaa82062f0407f32026bdc.tar.gz freebsd-ports-gnome-0de71168146a9f321faaa82062f0407f32026bdc.tar.zst freebsd-ports-gnome-0de71168146a9f321faaa82062f0407f32026bdc.zip |
Change /usr/local/bin/perl to ${PERL} for all cases that are needed.
PR: 12410
Submitted by: Johan Karlsson <Johan.Karlsson@sm.luth.se>
Diffstat (limited to 'textproc/latex2html/Makefile')
-rw-r--r-- | textproc/latex2html/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile index 9f97dc5eae9c..a30fa775cbcb 100644 --- a/textproc/latex2html/Makefile +++ b/textproc/latex2html/Makefile @@ -3,7 +3,7 @@ # Date created: 3 May 1998 # Whom: brett@peloton.physics.montana.edu # -# $Id: Makefile,v 1.5 1999/01/02 00:12:21 asami Exp $ +# $Id: Makefile,v 1.6 1999/06/28 06:03:45 cpiazza Exp $ # DISTNAME= latex2html-98.1p1 @@ -27,6 +27,12 @@ NO_PACKAGE= An interrogation follows installation post-patch: @${PERL} -pi -e 's:/usr/local/bin/perl:${PERL}:' ${WRKSRC}/latex2html + @${PERL} -pi -e 's:/usr/local/bin/perl:${PERL}:' ${WRKSRC}/configure-pstoimg + @${PERL} -pi -e 's:/usr/local/bin/perl:${PERL}:' ${WRKSRC}/install-test + @${PERL} -pi -e 's:/usr/local/bin/perl:${PERL}:' ${WRKSRC}/makemap + @${PERL} -pi -e 's:/usr/local/bin/perl:${PERL}:' ${WRKSRC}/psttoimg + @${PERL} -pi -e 's:/usr/local/bin/perl:${PERL}:' ${WRKSRC}/pstoimg_nopipes + @${PERL} -pi -e 's:/usr/local/bin/perl:${PERL}:' ${WRKSRC}/texexpand do-install: @${MKDIR} ${PREFIX}/share/latex2html |