diff options
author | asami <asami@FreeBSD.org> | 1998-02-26 04:32:17 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-02-26 04:32:17 +0000 |
commit | b66acd6c7b2bc12a474f0778c16cea5fe2f780d8 (patch) | |
tree | 62773072487c9124f3dde874e12416fae7341f6e /print | |
parent | 541186d6246f508c362f480785e6699b130e295c (diff) | |
download | FreeBSD-ports-b66acd6c7b2bc12a474f0778c16cea5fe2f780d8.zip FreeBSD-ports-b66acd6c7b2bc12a474f0778c16cea5fe2f780d8.tar.gz |
ADD MANUAL_PACKAGE_BUILD.
Diffstat (limited to 'print')
-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 56f5ebc..6390d66 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} |