diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-10-30 08:35:38 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-10-30 08:35:38 +0000 |
commit | 02d389691c3cd1c3cbf642bf5dcb6519dadc31c8 (patch) | |
tree | 940430104440ac0ca1ccb8db3418c9518321e161 /print/a2ps-letter | |
parent | (1) Add new variables LOOP_VAR and LOOP_OPTIONS to implement building several (diff) |
Make thise ports use LOOP_VAR and LOOP_OPTIONS for PAPERSIZE. While
I'm here, make a2ps43's Makefile detect the missing PAPERSIZE
correctly, and add -${PAPERSIZE} in lprps's PKGNAME.
Diffstat (limited to 'print/a2ps-letter')
-rw-r--r-- | print/a2ps-letter/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/a2ps-letter/Makefile b/print/a2ps-letter/Makefile index 80b3d22e8143..47a73d7b9910 100644 --- a/print/a2ps-letter/Makefile +++ b/print/a2ps-letter/Makefile @@ -3,7 +3,7 @@ # Date created: 15 July 1998 # Whom: Chuck Robey (chuckr@freebsd.org) # -# $Id: Makefile,v 1.19 1998/07/21 13:48:19 asami Exp $ +# $Id: Makefile,v 1.20 1998/09/19 16:38:36 smace Exp $ # DISTNAME= a2ps-4.10.3 @@ -13,7 +13,8 @@ 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 +LOOP_VAR= PAPERSIZE +LOOP_OPTIONS= Letter A4 GNU_CONFIGURE= yes MAN1= a2ps.1 ogonkify.1 card.1 psmandup.1 fixps.1 pdiff.1 |