diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-02-26 04:31:49 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-02-26 04:31:49 +0000 |
commit | 88aaf547acaae34f609ff38e85f1c882259cafc8 (patch) | |
tree | ab5a9775bc2f0242c0f0f659b3ef50a197242872 /print | |
parent | Build and install slrnpull by default. Pick another MASTERSITE that (diff) |
Put back MANUAL_PACKAGE_BUILD, I don't see why this suddenly became
unnecessary.
Notes
Notes:
svn path=/head/; revision=9942
Diffstat (limited to 'print')
-rw-r--r-- | print/a2ps-letter/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/a2ps-letter/Makefile b/print/a2ps-letter/Makefile index 8cf3b86fac8f..04563472cff5 100644 --- a/print/a2ps-letter/Makefile +++ b/print/a2ps-letter/Makefile @@ -3,7 +3,7 @@ # Date created: 18 August 1997 # Whom: Chuck Robey (chuckr@freebsd.org) # -# $Id: Makefile,v 1.12 1998/02/15 21:24:42 steve Exp $ +# $Id: Makefile,v 1.13 1998/02/26 02:16:32 steve Exp $ # DISTNAME= a2ps-4.9.9 @@ -13,6 +13,7 @@ MASTER_SITES= http://www-inf.enst.fr/~demaille/ftp/a2ps/ MAINTAINER= chuckr@FreeBSD.org +MANUAL_PACKAGE_BUILD= PAPERSIZE has to be set to Letter A4 GNU_CONFIGURE= yes MAN1= a2ps.1 ogonkify.1 |