diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-06-28 17:19:28 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-06-28 17:19:28 +0000 |
commit | a6484745213cb0f1797243df940d7929cfc1f5b0 (patch) | |
tree | aaa007cac329cc280ec29bde64aa58e5320733b5 | |
parent | 9e2e723fb8f5a2046ddc3fa7354070179b2732ff (diff) |
Change /usr/local/bin/perl to ${PERL} for all cases that are needed.
PR: 12410
Submitted by: Johan Karlsson <Johan.Karlsson@sm.luth.se>
Notes
Notes:
svn path=/head/; revision=19874
-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 |