diff options
author | asami <asami@FreeBSD.org> | 1998-10-30 16:35:38 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-10-30 16:35:38 +0800 |
commit | e03f86050dd9727ce63a9913d9d18a5c1011d7bc (patch) | |
tree | 4ccf08666d0b0a24f2c0fa28a1529ac8138b8fc7 /print/psutils-letter/Makefile | |
parent | e6cd3559b516426eb2dd06356300d7ee2cbd104c (diff) | |
download | freebsd-ports-gnome-e03f86050dd9727ce63a9913d9d18a5c1011d7bc.tar.gz freebsd-ports-gnome-e03f86050dd9727ce63a9913d9d18a5c1011d7bc.tar.zst freebsd-ports-gnome-e03f86050dd9727ce63a9913d9d18a5c1011d7bc.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.
Diffstat (limited to 'print/psutils-letter/Makefile')
-rw-r--r-- | print/psutils-letter/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/psutils-letter/Makefile b/print/psutils-letter/Makefile index c76a1738cf57..a85c1dde9629 100644 --- a/print/psutils-letter/Makefile +++ b/print/psutils-letter/Makefile @@ -3,7 +3,7 @@ # Date created: 21 September 1994 # Whom: jmz & David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.15 1998/01/08 18:52:13 fenner Exp $ +# $Id: Makefile,v 1.16 1998/03/12 16:12:09 jmz Exp $ # DISTNAME= psutils-p17 @@ -13,7 +13,8 @@ MASTER_SITES= ftp://ftp.dcs.ed.ac.uk/pub/ajcd/ MAINTAINER= jmz@FreeBSD.org -MANUAL_PACKAGE_BUILD= PAPERSIZE has to be set to letter a4 +LOOP_VAR= PAPERSIZE +LOOP_OPTIONS= letter a4 WRKSRC= ${WRKDIR}/psutils MAKE_FLAGS?= PAPER=${PAPERSIZE} -f MAN1= psbook.1 psselect.1 pstops.1 epsffit.1 psnup.1 psresize.1 \ |