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 /japanese/ptex | |
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 'japanese/ptex')
-rw-r--r-- | japanese/ptex/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/ptex/Makefile b/japanese/ptex/Makefile index 246924c..6e7a429 100644 --- a/japanese/ptex/Makefile +++ b/japanese/ptex/Makefile @@ -3,7 +3,7 @@ # Date created: 05 Oct 1997 # Whom: max # -# $Id: Makefile,v 1.1.1.1 1997/10/04 17:20:30 max Exp $ +# $Id: Makefile,v 1.2 1997/10/04 17:58:43 max Exp $ # DISTNAME= ptex215 @@ -46,4 +46,6 @@ post-install: pre-clean: @${RM} -rf ${WRKSRC} +MANUAL_PACKAGE_BUILD= incompatible with other versions of ptex-* + .include <bsd.port.mk> |