diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-28 06:30:39 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-28 06:30:39 +0800 |
commit | c703665fd61c774a392a6785e6b1c49569072bf1 (patch) | |
tree | fadaf059519c61c85fed9e8be59d5c262720f5d3 /print/psutils-letter | |
parent | b6234e33d2dcb7767ac29adb112187db9036c665 (diff) | |
download | freebsd-ports-gnome-c703665fd61c774a392a6785e6b1c49569072bf1.tar.gz freebsd-ports-gnome-c703665fd61c774a392a6785e6b1c49569072bf1.tar.zst freebsd-ports-gnome-c703665fd61c774a392a6785e6b1c49569072bf1.zip |
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
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> |