diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1998-03-12 16:12:53 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1998-03-12 16:12:53 +0000 |
commit | 0c4d911daf7ce26b778e1c5da668c06bb8bb11e2 (patch) | |
tree | d36f6ed177f9e177c59f58304aa339f239d08990 /print/psutils-letter/Makefile | |
parent | c122ec88f9956f1d2357bde55c9405d551ceb933 (diff) |
1) portlint compliant
2) strip binaries
3) add @dirrm in PLIST
PR: ports/5984
Submitted by: Jun Kuriyama <kuriyama@opt.phys.waseda.ac.jp>
Notes
Notes:
svn path=/head/; revision=10128
Diffstat (limited to 'print/psutils-letter/Makefile')
-rw-r--r-- | print/psutils-letter/Makefile | 6 |
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> |