summaryrefslogtreecommitdiff
path: root/japanese/platex-sjis
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-11-10 11:23:41 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-11-10 11:23:41 +0000
commitf44828dd89b7811499c6fafd6887b9cf6c2cb0bc (patch)
treed498d4b5a229fa9c98ad0333e5a5bf820ac6347a /japanese/platex-sjis
parentUpgrade 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/platex-sjis')
-rw-r--r--japanese/platex-sjis/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/platex-sjis/Makefile b/japanese/platex-sjis/Makefile
index c72d47fd5e0e..7863dba45952 100644
--- a/japanese/platex-sjis/Makefile
+++ b/japanese/platex-sjis/Makefile
@@ -3,7 +3,7 @@
# Date created: 05 Oct 1997
# Whom: Masafumi NAKANE <max@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.2 1997/10/05 21:20:42 max Exp $
+# $Id: Makefile,v 1.3 1997/10/05 21:36:11 max Exp $
#
DISTNAME= pl970702s
@@ -40,4 +40,6 @@ do-install:
${MV} -f ${TEXMF}/tex/platex/base/platex.fmt ${TEXMF}/web2c
/bin/ln -fs ptex ${PREFIX}/bin/platex
+MANUAL_PACKAGE_BUILD= incompatible with other versions of ptex-*
+
.include <bsd.port.mk>