From 5c06167de940646a99d7f9ed57f01a7dc39bc15c Mon Sep 17 00:00:00 2001 From: Dirk Froemberg Date: Fri, 10 Sep 1999 08:27:35 +0000 Subject: - make port non-interactive. - support a4 and letter papersizes after a repository copy from html2ps to html2ps-a4 and html2ps-letter. - use ${PERL} for substituting not ${PERL5}. Requested by: Andreas Klemm (mantainer) --- print/html2ps-letter/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'print/html2ps-letter/Makefile') 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 -- cgit v1.2.3