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 /japanese/jtex209-both/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 'japanese/jtex209-both/Makefile')
-rw-r--r-- | japanese/jtex209-both/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/jtex209-both/Makefile b/japanese/jtex209-both/Makefile index 064e22ef8090..a02da3f0bdba 100644 --- a/japanese/jtex209-both/Makefile +++ b/japanese/jtex209-both/Makefile @@ -3,7 +3,7 @@ # Date created: 4 Nov 1996 # Whom: Mita Yoshio <mita@jp.FreeBSD.org> # -# $Id: Makefile,v 1.4 1997/08/22 11:36:26 asami Exp $ +# $Id: Makefile,v 1.5 1997/09/24 06:43:47 max Exp $ # DISTNAME?= ja-jlatex209-a17-n152 @@ -64,4 +64,6 @@ pre-reinstall: ${MAKE} reinstall DISTDIR=${DISTDIR} FILESDIR=${FILESDIR} \ ) +MANUAL_PACKAGE_BUILD= incompatible with other versions of jtex-* + .include <bsd.port.mk> |