diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-02-26 04:32:17 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-02-26 04:32:17 +0000 |
commit | 3daa7b1af8b5f750dd83f64d8709e5fd36d659ab (patch) | |
tree | 4fc915eda3fed1b00658ace0981f66f73644c988 /print/c2ps-letter | |
parent | 88aaf547acaae34f609ff38e85f1c882259cafc8 (diff) | |
download | ports-3daa7b1af8b5f750dd83f64d8709e5fd36d659ab.tar.gz ports-3daa7b1af8b5f750dd83f64d8709e5fd36d659ab.zip |
Notes
Diffstat (limited to 'print/c2ps-letter')
-rw-r--r-- | print/c2ps-letter/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/c2ps-letter/Makefile b/print/c2ps-letter/Makefile index 56f5ebc24624..6390d667efc6 100644 --- a/print/c2ps-letter/Makefile +++ b/print/c2ps-letter/Makefile @@ -3,7 +3,7 @@ # Date created: 19 March 1997 # Whom: Matthew Hunt <mph@pobox.com> # -# $Id: Makefile,v 1.2 1998/02/25 00:25:41 steve Exp $ +# $Id: Makefile,v 1.3 1998/02/25 12:04:28 asami Exp $ # DISTNAME= c2ps-4.0 @@ -13,6 +13,7 @@ MASTER_SITES= http://www.cs.technion.ac.il/users/c2ps/ MAINTAINER= mph@pobox.com +MANUAL_PACKAGE_BUILD= PAPERSIZE has to be set to Letter A4 MAN1= c2ps.1 MAKE_ENV= DEFAULT_PAPER_TYPE=${PAPERSIZE} |