From 25b7fd1013532ddd00970f93e62a6f5c3e647cbf Mon Sep 17 00:00:00 2001 From: Jean-Marc Zucconi Date: Thu, 19 Oct 2000 02:37:02 +0000 Subject: Add support for B4 paper size Submitted by: TAOKA Satoshi --- print/psutils-letter/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'print/psutils-letter/Makefile') diff --git a/print/psutils-letter/Makefile b/print/psutils-letter/Makefile index d263609628f3..03c6c6ec3230 100644 --- a/print/psutils-letter/Makefile +++ b/print/psutils-letter/Makefile @@ -7,6 +7,7 @@ PORTNAME= psutils-${PAPERSIZE} PORTVERSION= 1.17 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= ftp://ftp.dcs.ed.ac.uk/pub/ajcd/ DISTNAME= psutils-p17 @@ -26,6 +27,7 @@ PAPERSIZE_UNSPECIFIED= yes .else .if ${PAPERSIZE} != A3 && ${PAPERSIZE} != a3 && ${PAPERSIZE} != A4 \ && ${PAPERSIZE} != a4 && ${PAPERSIZE} != A5 && ${PAPERSIZE} != a5 \ + && ${PAPERSIZE} != B4 && ${PAPERSIZE} != b4 \ && ${PAPERSIZE} != B5 && ${PAPERSIZE} != b5 \ && ${PAPERSIZE} != letter && ${PAPERSIZE} != legal \ && ${PAPERSIZE} != ledger && ${PAPERSIZE} != tabloid \ @@ -33,7 +35,7 @@ PAPERSIZE_UNSPECIFIED= yes && ${PAPERSIZE} != folio && ${PAPERSIZE} != quarto && ${PAPERSIZE} != 10x14 .BEGIN: @${ECHO} "Error: invalid value for PAPERSIZE: \"${PAPERSIZE}\"" - @${ECHO} "Possible values are: A3, A4 (default), A5, B5, letter, legal," + @${ECHO} "Possible values are: A3, A4 (default), A5, B4, B5, letter, legal," @${ECHO} " ledger, tabloid, statement, executive, folio, quarto, and 10x14." @${FALSE} .endif @@ -44,7 +46,7 @@ pre-fetch: @${ECHO_MSG} "Defaulting to ${PAPERSIZE} sized paper." @${ECHO_MSG} "" @${ECHO_MSG} "Set the environment variable PAPERSIZE if you want to use other sizes." - @${ECHO_MSG} "Possible values are: A3, A4, A5, B5, letter, legal," + @${ECHO_MSG} "Possible values are: A3, A4, A5, B4, B5, letter, legal," @${ECHO_MSG} " ledger, tabloid, statement, executive, folio, quarto, and 10x14." .endif -- cgit v1.2.3