diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-11-10 19:23:41 +0800 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-11-10 19:23:41 +0800 |
commit | f44828dd89b7811499c6fafd6887b9cf6c2cb0bc (patch) | |
tree | d498d4b5a229fa9c98ad0333e5a5bf820ac6347a /print/pkfonts300 | |
parent | 056a75923d4c66235f363c3d88bd126000b22df3 (diff) | |
download | freebsd-ports-gnome-f44828dd89b7811499c6fafd6887b9cf6c2cb0bc.tar.gz freebsd-ports-gnome-f44828dd89b7811499c6fafd6887b9cf6c2cb0bc.tar.zst freebsd-ports-gnome-f44828dd89b7811499c6fafd6887b9cf6c2cb0bc.zip |
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/pkfonts300')
-rw-r--r-- | print/pkfonts300/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/pkfonts300/Makefile b/print/pkfonts300/Makefile index 8a21a09241c4..e6e2ca46c83c 100644 --- a/print/pkfonts300/Makefile +++ b/print/pkfonts300/Makefile @@ -3,7 +3,7 @@ # Date created: 16 Mar 1996 # Whom: Hideaki Ohmon <ohmon@tom.sfc.keio.ac.jp> # -# $Id: Makefile,v 1.5 1996/11/17 08:45:02 obrien Exp $ +# $Id: Makefile,v 1.6 1996/12/03 04:07:33 asami Exp $ # DISTNAME= pkfonts @@ -16,6 +16,7 @@ DISTFILES= pk${RESOLUTION}.tar.gz MAINTAINER= ohmon@tom.sfc.keio.ac.jp +MANUAL_PACKAGE_BUILD= RESOLUTION has to be set to 118 240 300 360 400 600 DIST_SUBDIR= pkfonts EXTRACT_CMD= /usr/bin/true # extracted directly in install target NO_BUILD= yes |