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, 3 insertions, 3 deletions
diff --git a/print/psutils-letter/Makefile b/print/psutils-letter/Makefile
index 647ef474063c..c76a1738cf57 100644
--- a/print/psutils-letter/Makefile
+++ b/print/psutils-letter/Makefile
@@ -3,7 +3,7 @@
# Date created: 21 September 1994
# Whom: jmz & David O'Brien (obrien@cs.ucdavis.edu)
#
-# $Id: Makefile,v 1.14 1997/11/10 11:23:39 asami Exp $
+# $Id: Makefile,v 1.15 1998/01/08 18:52:13 fenner Exp $
#
DISTNAME= psutils-p17
@@ -57,10 +57,10 @@ pre-fetch:
@echo "Possible values are: A3, A4 (default), A5, B5, letter, legal,"
@echo " ledger, tabloid, statement, executive, folio, quarto, and 10x14."
.elif defined(PAPERSIZE_INVALID)
- @echo "Error: invalid value for PAPERSIZE: \"${PAPERSIZE}\""
+ @echo "Error: invalid value for PAPERSIZE: \"${PAPERSIZE}\""
@echo "Possible values are: A3, A4 (default), A5, B5, letter, legal,"
@echo " ledger, tabloid, statement, executive, folio, quarto, and 10x14."
- @/usr/bin/false
+ @${FALSE}
.endif
.include <bsd.port.mk>