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/ptex-sjis/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).
Notes
Notes:
svn path=/head/; revision=8563
Diffstat (limited to 'japanese/ptex-sjis/Makefile')
-rw-r--r-- | japanese/ptex-sjis/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/ptex-sjis/Makefile b/japanese/ptex-sjis/Makefile index 4d646b3e8073..2eb628afdf4e 100644 --- a/japanese/ptex-sjis/Makefile +++ b/japanese/ptex-sjis/Makefile @@ -3,7 +3,7 @@ # Date created: 05 Oct 1997 # Whom: max # -# $Id: Makefile,v 1.1.1.1 1997/10/04 17:24:29 max Exp $ +# $Id: Makefile,v 1.2 1997/10/04 17:58:47 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> |