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/enscript-letter | |
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/enscript-letter')
-rw-r--r-- | print/enscript-letter/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/enscript-letter/Makefile b/print/enscript-letter/Makefile index 139b7d8..51d2467 100644 --- a/print/enscript-letter/Makefile +++ b/print/enscript-letter/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Jul, 1997 # Whom: kline # -# $Id: Makefile,v 1.1.1.1 1997/07/27 03:31:33 chuckr Exp $ +# $Id: Makefile,v 1.2 1997/08/05 06:37:19 asami Exp $ # DISTNAME= enscript-1.5.0 @@ -13,6 +13,7 @@ MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= kline@thought.org +MANUAL_PACKAGE_BUILD= PAPERSIZE has to be set to Letter A4 GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --disable-nls |