1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Use PERL variable for script

This commit is contained in:
Andrey A. Chernov 1998-10-07 10:15:19 +00:00
parent 2e7cf46d9c
commit 6889f2dbd2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13704
3 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@
# Date created: 13 Sep 1997
# Whom: ache@FreeBSD.org
#
# $Id: Makefile,v 1.18 1998/09/15 17:23:26 ache Exp $
# $Id: Makefile,v 1.19 1998/09/16 11:44:54 ache Exp $
#
DISTNAME= adcomplain-4.42
@ -24,7 +24,7 @@ NO_BUILD= YES
post-patch:
cd ${WRKSRC}; \
cp adcomplain.pl adcomplain.pl.old; \
sed 's=%PERL5%=${PERL5}=' < adcomplain.pl.old > adcomplain.pl
sed 's=%PERL5%=${PERL}=' < adcomplain.pl.old > adcomplain.pl
do-install:
cd ${WRKSRC}; \

View File

@ -5,7 +5,7 @@
# Date created: 31 Jan 1997
# Whom: ache
#
# $Id: Makefile,v 1.9 1998/10/02 06:31:03 ache Exp $
# $Id: Makefile,v 1.10 1998/10/06 15:15:22 ache Exp $
#
DISTNAME= premail-0.46
@ -25,7 +25,7 @@ RESTRICTED= "Author treats it as ITAR subject"
post-patch:
cd ${WRKSRC}; \
cp premail premail.old; \
sed 's=%PERL5%=${PERL5}=' < premail.old > premail
sed 's=%PERL5%=${PERL}=' < premail.old > premail
do-install:
cd ${WRKSRC} && ${INSTALL_SCRIPT} premail ${PREFIX}/bin

View File

@ -4,7 +4,7 @@
# Date created: 20 May 1998
# Whom: ache
#
# $Id: Makefile,v 1.7 1998/09/15 21:31:54 asami Exp $
# $Id: Makefile,v 1.8 1998/09/22 23:33:08 asami Exp $
#
DISTNAME= WebMagick-1.44
@ -22,7 +22,7 @@ CONFIGURE_ENV= webmagick_cv_rootpath=${PREFIX}/www/data \
webmagick_cv_prefixpath="" \
webmagick_cv_htimage="" \
webmagick_cv_maptype=ncsa \
PERL=${PERL5}
PERL=${PERL}
post-install:
cd ${WRKSRC}; \