summaryrefslogtreecommitdiff
path: root/print/psutils-letter/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-27 22:30:39 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-27 22:30:39 +0000
commitb8f8618362b39a01e2225feef7d298fb22cafe2f (patch)
tree67a28a0746219c11b5e630daec412185165d3ed9 /print/psutils-letter/Makefile
parentUpdate to version 0.9.48 (diff)
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
Notes
Notes: svn path=/head/; revision=21034
Diffstat (limited to 'print/psutils-letter/Makefile')
-rw-r--r--print/psutils-letter/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/print/psutils-letter/Makefile b/print/psutils-letter/Makefile
index 4843ac0aa213..e8ff82eedd1d 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.17 1998/10/30 08:35:38 asami Exp $
+# $Id: Makefile,v 1.18 1998/11/20 04:15:15 asami Exp $
#
DISTNAME= psutils-p17
@@ -41,11 +41,11 @@ PAPERSIZE_UNSPECIFIED= yes
pre-fetch:
.if defined(PAPERSIZE_UNSPECIFIED)
- @echo "Defaulting to ${PAPERSIZE} sized paper."
- @echo ""
- @echo "Set the environment variable PAPERSIZE if you want to use other sizes."
- @echo "Possible values are: A3, A4, A5, B5, letter, legal,"
- @echo " ledger, tabloid, statement, executive, folio, quarto, and 10x14."
+ @${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} " ledger, tabloid, statement, executive, folio, quarto, and 10x14."
.endif
.include <bsd.port.mk>