diff options
author | asami <asami@FreeBSD.org> | 1997-11-10 19:23:41 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-11-10 19:23:41 +0800 |
commit | 5d1935d3cd51c1225fdc04508abc444c4787ef47 (patch) | |
tree | ffc1483204d23593f169f7362c7d2a028d78bfc1 /japanese/jtex209-ntt | |
parent | a6ed6f6af74824fc14506600deae1d9c6e4e2fe8 (diff) | |
download | freebsd-ports-gnome-5d1935d3cd51c1225fdc04508abc444c4787ef47.tar.gz freebsd-ports-gnome-5d1935d3cd51c1225fdc04508abc444c4787ef47.tar.zst freebsd-ports-gnome-5d1935d3cd51c1225fdc04508abc444c4787ef47.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 'japanese/jtex209-ntt')
-rw-r--r-- | japanese/jtex209-ntt/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/japanese/jtex209-ntt/Makefile b/japanese/jtex209-ntt/Makefile index 2548255171b7..fcb66c505d7a 100644 --- a/japanese/jtex209-ntt/Makefile +++ b/japanese/jtex209-ntt/Makefile @@ -3,11 +3,14 @@ # Date created: 4 Nov 1996 # Whom: Mita Yoshio <mita@jp.FreeBSD.org> # -# $Id: Makefile,v 1.1.1.1 1996/11/11 08:46:34 asami Exp $ +# $Id: Makefile,v 1.2 1997/09/24 06:43:50 max Exp $ # DISTNAME= ja-jlatex209-n152 FILESDIR= ${.CURDIR}/../jtex209-both/files PATCHDIR= ${.CURDIR}/../jtex209-both/patches BATCH_TEX= NTT + +MANUAL_PACKAGE_BUILD= incompatible with other versions of jtex-* + .include <${.CURDIR}/../jtex209-both/Makefile> |