From 668e0f51f4cd6da8b873bbe85c2c632a7b33d849 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Tue, 15 Sep 1998 21:31:59 +0000 Subject: Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball checks haven't missed anything. Submitted by: dima --- print/html2ps-letter/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'print/html2ps-letter') 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 -- cgit v1.2.3