mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Change latex2html to use ${PERL} instead of /usr/local/bin/perl.
PR: 12410
This commit is contained in:
parent
fdd42d9226
commit
4c9caac0ff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19859
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue