Change latex2html to use ${PERL} instead of /usr/local/bin/perl.

PR:		12410
This commit is contained in:
Chris Piazza 1999-06-28 06:03:45 +00:00
parent fdd42d9226
commit 4c9caac0ff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19859

View file

@ -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