summaryrefslogtreecommitdiff
path: root/print/html2ps-letter/Makefile
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>1999-09-10 08:27:35 +0000
committerDirk Froemberg <dirk@FreeBSD.org>1999-09-10 08:27:35 +0000
commit5c06167de940646a99d7f9ed57f01a7dc39bc15c (patch)
tree97096830929df26af02a71c41530883c43a90941 /print/html2ps-letter/Makefile
parentCompile-error (diff)
- 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 <andreas@FreeBSD.org> (mantainer)
Notes
Notes: svn path=/head/; revision=21548
Diffstat (limited to 'print/html2ps-letter/Makefile')
-rw-r--r--print/html2ps-letter/Makefile9
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>