diff options
author | jmz <jmz@FreeBSD.org> | 2005-08-28 11:33:49 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2005-08-28 11:33:49 +0000 |
commit | a8c2338f6cbacaf2d59a5a2b825034e23fcb6ebd (patch) | |
tree | 7b4d922cd64d31e421c311406762923e41c1434c /print | |
parent | 1edc2b62323edf3da7e570d040de00a8f5d8de92 (diff) | |
download | FreeBSD-ports-a8c2338f6cbacaf2d59a5a2b825034e23fcb6ebd.zip FreeBSD-ports-a8c2338f6cbacaf2d59a5a2b825034e23fcb6ebd.tar.gz |
Use the correct PERL interpreter
PR: ports/84814
Submitted by: tobez
Diffstat (limited to 'print')
-rw-r--r-- | print/psutils-letter/Makefile | 4 | ||||
-rw-r--r-- | print/psutils-letter/scripts/configure | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/print/psutils-letter/Makefile b/print/psutils-letter/Makefile index 5198954..294900a 100644 --- a/print/psutils-letter/Makefile +++ b/print/psutils-letter/Makefile @@ -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 diff --git a/print/psutils-letter/scripts/configure b/print/psutils-letter/scripts/configure index c3293ce..18327c3 100644 --- a/print/psutils-letter/scripts/configure +++ b/print/psutils-letter/scripts/configure @@ -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 |