summaryrefslogtreecommitdiff
path: root/print/psutils-letter/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/psutils-letter/Makefile')
-rw-r--r--print/psutils-letter/Makefile6
1 files changed, 4 insertions, 2 deletions
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