diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-11-10 11:23:41 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-11-10 11:23:41 +0000 |
commit | f44828dd89b7811499c6fafd6887b9cf6c2cb0bc (patch) | |
tree | d498d4b5a229fa9c98ad0333e5a5bf820ac6347a /print/lprps-letter | |
parent | 056a75923d4c66235f363c3d88bd126000b22df3 (diff) |
Mark a bunch of ports with MANUAL_PACKAGE_BUILD. With a change to
bsd.port.mk that will be committed soon, this will disable automatic
package building when PACKAGE_BUILDING is defined (so they can be
built from separate scripts).
These are no-ops for ordinary users (i.e., when PACKAGE_BUILDING is
not defined).
Notes
Notes:
svn path=/head/; revision=8563
Diffstat (limited to 'print/lprps-letter')
-rw-r--r-- | print/lprps-letter/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/lprps-letter/Makefile b/print/lprps-letter/Makefile index 02ca40d7b2f7..30f28eb2eefb 100644 --- a/print/lprps-letter/Makefile +++ b/print/lprps-letter/Makefile @@ -4,7 +4,7 @@ # Date created: Sat Aug 3, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.2 1997/05/25 04:35:44 obrien Exp $ +# $Id: Makefile,v 1.3 1997/10/10 06:53:28 obrien Exp $ # DISTNAME= lprps-2.5 @@ -14,6 +14,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= obrien@FreeBSD.org +MANUAL_PACKAGE_BUILD= PAPERSIZE has to be set to letter a4 MAKE_FLAGS?= PAPERSIZE=${PAPERSIZE} -f MAN1= psrev.1 textps.1 MAN8= lprps.8 psif.8 psof.8 |