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/mp-letter/Makefile | |
parent | Upgrade to Website META Language, Version 1.3.4 (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).
Diffstat (limited to '')
-rw-r--r-- | print/mp-letter/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/mp-letter/Makefile b/print/mp-letter/Makefile index 0904cc3f2129..e4f71dd42d8b 100644 --- a/print/mp-letter/Makefile +++ b/print/mp-letter/Makefile @@ -3,7 +3,7 @@ # Date created: 11 July 1996 # Whom: David O'Brien <obrien@cs.ucdavis.edu> # -# $Id: Makefile,v 1.4 1997/01/29 13:20:05 obrien Exp $ +# $Id: Makefile,v 1.5 1997/10/10 06:53:32 obrien Exp $ # DISTNAME= mp-3.0.1 @@ -14,6 +14,7 @@ MASTER_SITES= ftp://ftp.NUXI.com/pub/misc/ \ MAINTAINER= obrien@FreeBSD.org +MANUAL_PACKAGE_BUILD= PAPERSIZE has to be set to letter a4 WRKSRC= ${WRKDIR}/mp USE_GMAKE= yes MAN1= mp.1 |