diff options
author | asami <asami@FreeBSD.org> | 1998-10-30 08:35:38 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-10-30 08:35:38 +0000 |
commit | e03f86050dd9727ce63a9913d9d18a5c1011d7bc (patch) | |
tree | 4ccf08666d0b0a24f2c0fa28a1529ac8138b8fc7 /print/pkfonts300 | |
parent | e6cd3559b516426eb2dd06356300d7ee2cbd104c (diff) | |
download | FreeBSD-ports-e03f86050dd9727ce63a9913d9d18a5c1011d7bc.zip FreeBSD-ports-e03f86050dd9727ce63a9913d9d18a5c1011d7bc.tar.gz |
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/pkfonts300')
-rw-r--r-- | print/pkfonts300/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/pkfonts300/Makefile b/print/pkfonts300/Makefile index 6c5c157..697a477 100644 --- a/print/pkfonts300/Makefile +++ b/print/pkfonts300/Makefile @@ -3,7 +3,7 @@ # Date created: 16 Mar 1996 # Whom: Hideaki Ohmon <ohmon@tom.sfc.keio.ac.jp> # -# $Id: Makefile,v 1.8 1998/02/07 16:33:22 max Exp $ +# $Id: Makefile,v 1.9 1998/08/10 12:14:50 steve Exp $ # DISTNAME= pkfonts @@ -15,7 +15,8 @@ MASTER_SITES= ftp://ftp.univ-evry.fr/.04/system/OpenBSD/distfiles/pkfonts/ \ DISTFILES= pk${RESOLUTION}.tar.gz # see below for RESOLUTION definition -MANUAL_PACKAGE_BUILD= RESOLUTION has to be set to 118 240 300 360 400 600 +LOOP_VAR= RESOLUTION +LOOP_OPTIONS= 118 240 300 360 400 600 DIST_SUBDIR= pkfonts EXTRACT_CMD= /usr/bin/true # extracted directly in install target NO_BUILD= yes |