diff options
author | asami <asami@FreeBSD.org> | 1998-11-23 16:54:39 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-23 16:54:39 +0800 |
commit | ae7e30f792083d478e2c4f68e7eaab4a93cf667a (patch) | |
tree | 10c169823895ff34ac6de0b4007ee99a354236c3 | |
parent | e45a5d9818cde50799f4641c4997807d5f6fee92 (diff) | |
download | freebsd-ports-gnome-ae7e30f792083d478e2c4f68e7eaab4a93cf667a.tar.gz freebsd-ports-gnome-ae7e30f792083d478e2c4f68e7eaab4a93cf667a.tar.zst freebsd-ports-gnome-ae7e30f792083d478e2c4f68e7eaab4a93cf667a.zip |
Make the message match reality.
-rw-r--r-- | print/pbm2ppa/Makefile | 4 | ||||
-rw-r--r-- | print/pnm2ppa/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/print/pbm2ppa/Makefile b/print/pbm2ppa/Makefile index 37edc503b157..8756c6f7decd 100644 --- a/print/pbm2ppa/Makefile +++ b/print/pbm2ppa/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 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 |