diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-09-10 08:27:35 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-09-10 08:27:35 +0000 |
commit | 5c06167de940646a99d7f9ed57f01a7dc39bc15c (patch) | |
tree | 97096830929df26af02a71c41530883c43a90941 /print/html2ps-letter/Makefile | |
parent | 73ec58caa50247b577429fc32eb016496074b711 (diff) |
Notes
Diffstat (limited to 'print/html2ps-letter/Makefile')
-rw-r--r-- | print/html2ps-letter/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/print/html2ps-letter/Makefile b/print/html2ps-letter/Makefile index f0ce67201bee..d271c46f0abf 100644 --- a/print/html2ps-letter/Makefile +++ b/print/html2ps-letter/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: html2ps +# New ports collection makefile for: html2ps-letter # Version required: 1.0b1 # Date created: Sat Nov 22 12:54:50 CET 1997 # Whom: andreas @@ -24,13 +24,14 @@ BUILD_DEPENDS= mogrify:${PORTSDIR}/graphics/ImageMagick \ site_perl= ${PREFIX}/lib/perl5/site_perl/${PERL_VER} USE_PERL5= YES NO_BUILD= YES -IS_INTERACTIVE= YES + +PAPERSIZE?= letter MAN1= html2ps.1 MAN5= html2psrc.5 -SCRIPTS_ENV+= PERL5=${PERL5} +SCRIPTS_ENV+= PERL=${PERL} PAPERSIZE=${PAPERSIZE} do-install: - @cd ${WRKSRC}; ${PERL5} install + @cd ${WRKSRC}; ${PERL} install .include <bsd.port.mk> |