diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-06-28 06:03:45 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-06-28 06:03:45 +0000 |
commit | 4c9caac0ffe1dc8d9f8a89b91c738c6e79166df6 (patch) | |
tree | a026c7b0d4d86a565b484b9cf34d711adb8ad003 /textproc | |
parent | ircII is now located in ports/irc (diff) |
Change latex2html to use ${PERL} instead of /usr/local/bin/perl.
PR: 12410
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/latex2html/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile index f2650803ec64..9f97dc5eae9c 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.4 1998/09/15 21:31:53 asami Exp $ +# $Id: Makefile,v 1.5 1999/01/02 00:12:21 asami Exp $ # DISTNAME= latex2html-98.1p1 @@ -25,6 +25,9 @@ NO_BUILD= yes IS_INTERACTIVE= yes NO_PACKAGE= An interrogation follows installation +post-patch: + @${PERL} -pi -e 's:/usr/local/bin/perl:${PERL}:' ${WRKSRC}/latex2html + do-install: @${MKDIR} ${PREFIX}/share/latex2html @${INSTALL_DATA} ${FILESDIR}/local.pm ${PREFIX}/share/latex2html |