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/c2ps-letter | |
parent | 584030d6044c02f451cb2ff96e3428e39c7d2c53 (diff) | |
download | ports-02d389691c3cd1c3cbf642bf5dcb6519dadc31c8.tar.gz ports-02d389691c3cd1c3cbf642bf5dcb6519dadc31c8.zip |
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.
Notes
Notes:
svn path=/head/; revision=14259
Diffstat (limited to 'print/c2ps-letter')
-rw-r--r-- | print/c2ps-letter/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/c2ps-letter/Makefile b/print/c2ps-letter/Makefile index c627f255bf25..2a925298fd65 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.4 1998/02/26 04:32:17 asami Exp $ +# $Id: Makefile,v 1.5 1998/04/17 23:26:29 mph Exp $ # DISTNAME= c2ps-4.0 @@ -13,7 +13,8 @@ MASTER_SITES= http://www.cs.technion.ac.il/users/c2ps/ MAINTAINER= mph@freebsd.org -MANUAL_PACKAGE_BUILD= PAPERSIZE has to be set to Letter A4 +LOOP_VAR= PAPERSIZE +LOOP_OPTIONS= letter a4 MAN1= c2ps.1 MAKE_ENV= DEFAULT_PAPER_TYPE=${PAPERSIZE} |