diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-27 22:30:39 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-27 22:30:39 +0000 |
commit | b8f8618362b39a01e2225feef7d298fb22cafe2f (patch) | |
tree | 67a28a0746219c11b5e630daec412185165d3ed9 /print/psutils-letter | |
parent | 3927b01845af9489e456e36e73d2511621daea90 (diff) | |
download | ports-b8f8618362b39a01e2225feef7d298fb22cafe2f.tar.gz ports-b8f8618362b39a01e2225feef7d298fb22cafe2f.zip |
Notes
Diffstat (limited to 'print/psutils-letter')
-rw-r--r-- | print/psutils-letter/Makefile | 12 |
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> |