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/tex/Makefile | |
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/tex/Makefile')
-rw-r--r-- | print/tex/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/tex/Makefile b/print/tex/Makefile index 3f670fe8150a..406e4baef4a1 100644 --- a/print/tex/Makefile +++ b/print/tex/Makefile @@ -3,7 +3,7 @@ # Date created: 29 September 1994 # Whom: jmz # -# $Id: Makefile,v 1.28 1997/02/24 21:56:16 jmz Exp $ +# $Id: Makefile,v 1.29 1997/02/25 09:00:31 asami Exp $ # DISTNAME= web2c-7.0 @@ -14,6 +14,7 @@ DISTFILES= web2c-7.0.tar.gz web-7.0.tar.gz tex_base.tar.gz cm_tfm.tar.gz \ MAINTAINER= jmz@FreeBSD.org +MANUAL_PACKAGE_BUILD= has to be built with latex port IGNOREFILES= tex_base.tar.gz cm_tfm.tar.gz mf_lib.tar.gz cm_mf.tar.gz EXTRACT_ONLY= web2c-7.0.tar.gz web-7.0.tar.gz tex_base.tar.gz cm_tfm.tar.gz \ mf_lib.tar.gz cm_mf.tar.gz |