diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-23 08:54:39 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-23 08:54:39 +0000 |
commit | b9f0e42f31dba44be857860d27ec6950493015a8 (patch) | |
tree | 260ee944a57dcb397fddc5a2d6d080622406fcaf /print/pnm2ppa | |
parent | 5dbd01cd92638d9b62a5d629df14c4e2015f8766 (diff) | |
download | ports-b9f0e42f31dba44be857860d27ec6950493015a8.tar.gz ports-b9f0e42f31dba44be857860d27ec6950493015a8.zip |
Notes
Diffstat (limited to 'print/pnm2ppa')
-rw-r--r-- | print/pnm2ppa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/pnm2ppa/Makefile b/print/pnm2ppa/Makefile index 37edc503b157..8756c6f7decd 100644 --- a/print/pnm2ppa/Makefile +++ b/print/pnm2ppa/Makefile @@ -3,7 +3,7 @@ # Date created: 18 November 1998 # Whom: smace@freebsd.org # -# $Id: Makefile,v 1.1.1.1 1998/11/18 15:50:24 smace Exp $ +# $Id: Makefile,v 1.2 1998/11/23 08:52:12 asami Exp $ # DISTNAME= ppa-0.8.6 @@ -33,7 +33,7 @@ pre-configure: .endif .if !defined(PAPERSIZE) @${ECHO} - @${ECHO} "No PAPERSIZE environment variable found, will default to enscript-A4" + @${ECHO} "No PAPERSIZE environment variable found, will default to enscript-letter" @${ECHO} .endif |