diff options
Diffstat (limited to 'print/lprps-letter/Makefile')
-rw-r--r-- | print/lprps-letter/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/print/lprps-letter/Makefile b/print/lprps-letter/Makefile index 30f28eb2eefb..1c05c5d3a40d 100644 --- a/print/lprps-letter/Makefile +++ b/print/lprps-letter/Makefile @@ -4,17 +4,19 @@ # Date created: Sat Aug 3, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.3 1997/10/10 06:53:28 obrien Exp $ +# $Id: Makefile,v 1.4 1997/11/10 11:23:26 asami Exp $ # DISTNAME= lprps-2.5 +PKGNAME= lprps-${PAPERSIZE}-2.5 CATEGORIES= print MASTER_SITES= ftp://ftp.jclark.com/pub/lprps/ EXTRACT_SUFX= .tar.Z MAINTAINER= obrien@FreeBSD.org -MANUAL_PACKAGE_BUILD= PAPERSIZE has to be set to letter a4 +LOOP_VAR= PAPERSIZE +LOOP_OPTIONS= letter a4 MAKE_FLAGS?= PAPERSIZE=${PAPERSIZE} -f MAN1= psrev.1 textps.1 MAN8= lprps.8 psif.8 psof.8 |