diff options
author | asami <asami@FreeBSD.org> | 1997-11-10 11:23:41 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-11-10 11:23:41 +0000 |
commit | 5d1935d3cd51c1225fdc04508abc444c4787ef47 (patch) | |
tree | ffc1483204d23593f169f7362c7d2a028d78bfc1 /print/mp-letter/Makefile | |
parent | a6ed6f6af74824fc14506600deae1d9c6e4e2fe8 (diff) | |
download | FreeBSD-ports-5d1935d3cd51c1225fdc04508abc444c4787ef47.zip FreeBSD-ports-5d1935d3cd51c1225fdc04508abc444c4787ef47.tar.gz |
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 'print/mp-letter/Makefile')
-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 0904cc3..e4f71dd 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 |