diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/html2ps-a4/Makefile | 4 | ||||
-rw-r--r-- | print/html2ps-letter/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/print/html2ps-a4/Makefile b/print/html2ps-a4/Makefile index 77c6dc85e096..8d4de25f8c8d 100644 --- a/print/html2ps-a4/Makefile +++ b/print/html2ps-a4/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> 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> |