summaryrefslogtreecommitdiff
path: root/japanese/platex-common
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-11-22 01:38:55 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-11-22 01:38:55 +0000
commit81f8db489092bd34370c66b45e505306e18b2561 (patch)
treeb917e850746dcd3893ad2016240f5f966486b171 /japanese/platex-common
parentMank this port BROKEN, it doesn't build. (diff)
Move MANUAL_PACKAGE_BUILD to the right place. I had these ports marked
BROKEN (with the BROKEN line as far away as possible from the regular center of activity) and forgot to move them to the right place when I changed these to MANUAL_PACKAGE_BUILD. Sorry!
Notes
Notes: svn path=/head/; revision=8750
Diffstat (limited to 'japanese/platex-common')
-rw-r--r--japanese/platex-common/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/japanese/platex-common/Makefile b/japanese/platex-common/Makefile
index d652eb828b3d..2f50014500d8 100644
--- a/japanese/platex-common/Makefile
+++ b/japanese/platex-common/Makefile
@@ -3,7 +3,7 @@
# Date created: 05 Oct 1997
# Whom: Masafumi NAKANE <max@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.20 1997/10/05 21:33:09 max Exp $
+# $Id: Makefile,v 1.21 1997/11/10 11:22:41 asami Exp $
#
DISTNAME= base-9706
@@ -20,6 +20,7 @@ MAINTAINER= max@FreeBSD.ORG
BUILD_DEPENDS= ptex-common:${PORTSDIR}/japanese/ptex-common
RUN_DEPENDS= ptex-common:${PORTSDIR}/japanese/ptex-common
+MANUAL_PACKAGE_BUILD= incompatible with other versions of ptex-*
WRKSRC= ${WRKDIR}/base
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} ecfonts-1.0.tar.gz \
amsfonts-sources.tar.Z
@@ -49,6 +50,4 @@ do-install:
@/bin/ln -fs tex ${PREFIX}/bin/latex
@/bin/ln -s latex ${PREFIX}/bin/platex-common
-MANUAL_PACKAGE_BUILD= incompatible with other versions of ptex-*
-
.include <bsd.port.mk>