From 02d389691c3cd1c3cbf642bf5dcb6519dadc31c8 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Fri, 30 Oct 1998 08:35:38 +0000 Subject: 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. --- print/a2ps-letter/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'print/a2ps-letter') 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 -- cgit v1.2.3