diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-15 21:31:59 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-15 21:31:59 +0000 |
commit | 668e0f51f4cd6da8b873bbe85c2c632a7b33d849 (patch) | |
tree | a51511e38b929fa10d17436f1464819312ac60ed /print/html2ps-letter | |
parent | 32e50f27db0568e90be88dd6f16bcd7a904ce61f (diff) | |
download | ports-668e0f51f4cd6da8b873bbe85c2c632a7b33d849.tar.gz ports-668e0f51f4cd6da8b873bbe85c2c632a7b33d849.zip |
Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball
checks haven't missed anything.
Submitted by: dima
Notes
Notes:
svn path=/head/; revision=13159
Diffstat (limited to 'print/html2ps-letter')
-rw-r--r-- | print/html2ps-letter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/html2ps-letter/Makefile b/print/html2ps-letter/Makefile index 77c6dc85e096..8d4de25f8c8d 100644 --- a/print/html2ps-letter/Makefile +++ b/print/html2ps-letter/Makefile @@ -3,7 +3,7 @@ # Date created: Sat Nov 22 12:54:50 CET 1997 # Whom: andreas # -# $Id: Makefile,v 1.1.1.1 1998/05/17 20:14:39 andreas Exp $ +# $Id: Makefile,v 1.2 1998/08/31 13:16:21 asami Exp $ # DISTNAME= html2ps-1.0b1 @@ -30,6 +30,6 @@ MAN1= html2ps.1 MAN5= html2psrc.5 do-install: - @cd ${WRKSRC}; ${PREFIX}/bin/perl5 install + @cd ${WRKSRC}; ${PERL5} install .include <bsd.port.mk> |