diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-11-22 01:38:55 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-11-22 01:38:55 +0000 |
commit | 81f8db489092bd34370c66b45e505306e18b2561 (patch) | |
tree | b917e850746dcd3893ad2016240f5f966486b171 /japanese/platex-jis/Makefile | |
parent | Mank 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!
Diffstat (limited to 'japanese/platex-jis/Makefile')
-rw-r--r-- | japanese/platex-jis/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/japanese/platex-jis/Makefile b/japanese/platex-jis/Makefile index ed162739157a..0334c8706fc6 100644 --- a/japanese/platex-jis/Makefile +++ b/japanese/platex-jis/Makefile @@ -3,7 +3,7 @@ # Date created: 05 Oct 1997 # Whom: Masafumi NAKANE <max@FreeBSD.ORG> # -# $Id: Makefile,v 1.3 1997/10/05 21:36:11 max Exp $ +# $Id: Makefile,v 1.4 1997/11/10 11:22:47 asami Exp $ # DISTNAME= pl970702j @@ -19,6 +19,7 @@ BUILD_DEPENDS= ptex:${PORTSDIR}/japanese/ptex-jis \ RUN_DEPENDS= ptex:${PORTSDIR}/japanese/ptex-jis \ platex-common:${PORTSDIR}/japanese/platex-common +MANUAL_PACKAGE_BUILD= incompatible with other versions of ptex-* WRKSRC= ${WRKDIR}/970702 EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} DIST_SUBDIR= platex2e @@ -38,6 +39,4 @@ 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> |