Use the correct PERL interpreter

PR:		ports/84814
Submitted by:	tobez
This commit is contained in:
Jean-Marc Zucconi 2005-08-28 11:33:49 +00:00
parent ff787b53a1
commit 4ef94be871
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141090
2 changed files with 4 additions and 2 deletions

View file

@ -7,7 +7,7 @@
PORTNAME= psutils-${PAPERSIZE}
PORTVERSION= 1.17
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= print
MASTER_SITES= ftp://ftp.dcs.ed.ac.uk/pub/ajcd/ \
ftp://ftp.knackered.org/pub/psutils/
@ -24,6 +24,8 @@ MAN1= psbook.1 psselect.1 pstops.1 epsffit.1 psnup.1 psresize.1 \
fixpspps.1 fixtpps.1 fixwfwps.1 fixwpps.1 fixwwps.1 \
extractres.1 includeres.1 fixscribeps.1 psmerge.1
SCRIPTS_ENV+= PERL=${PERL}
.if !defined(PAPERSIZE)
PAPERSIZE=letter
PAPERSIZE_UNSPECIFIED= yes

View file

@ -5,7 +5,7 @@ cat >>Makefile<<END
BINDIR = $PREFIX/bin
INCLUDEDIR = $PREFIX/share/psutils
MANDIR =$PREFIX/man/man1
PERL = /usr/bin/perl
PERL = $PERL
CC=cc
END
exit 0