summaryrefslogtreecommitdiff
path: root/print/html2ps-letter/Makefile
diff options
context:
space:
mode:
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>