diff options
author | asami <asami@FreeBSD.org> | 1998-09-16 05:31:59 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-16 05:31:59 +0800 |
commit | e755ee1d47f4b0d9d4c8bd2a570d38555b88b607 (patch) | |
tree | f20c20390d0ae9c598fdaa1136e89fc9e48469ec /print | |
parent | 60e211928723f70362d166bab5f76cadf2b57c7f (diff) | |
download | freebsd-ports-gnome-e755ee1d47f4b0d9d4c8bd2a570d38555b88b607.tar.gz freebsd-ports-gnome-e755ee1d47f4b0d9d4c8bd2a570d38555b88b607.tar.zst freebsd-ports-gnome-e755ee1d47f4b0d9d4c8bd2a570d38555b88b607.zip |
Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball
checks haven't missed anything.
Submitted by: dima
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> |