diff options
author | asami <asami@FreeBSD.org> | 1997-11-22 09:38:55 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-11-22 09:38:55 +0800 |
commit | f2528b2eee79550f99da86464909241b23430fbf (patch) | |
tree | 256489ff8de65d75d7ff414b39bb8d2083c14dee /japanese/platex-sjis | |
parent | d814e562f890fd024c37111f180d9ee2b178810e (diff) | |
download | freebsd-ports-gnome-f2528b2eee79550f99da86464909241b23430fbf.tar.gz freebsd-ports-gnome-f2528b2eee79550f99da86464909241b23430fbf.tar.zst freebsd-ports-gnome-f2528b2eee79550f99da86464909241b23430fbf.zip |
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-sjis')
-rw-r--r-- | japanese/platex-sjis/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/japanese/platex-sjis/Makefile b/japanese/platex-sjis/Makefile index 7863dba45952..54a4576dc48d 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.3 1997/10/05 21:36:11 max Exp $ +# $Id: Makefile,v 1.4 1997/11/10 11:22:49 asami Exp $ # DISTNAME= pl970702s @@ -20,6 +20,7 @@ BUILD_DEPENDS= ptex:${PORTSDIR}/japanese/ptex-sjis \ RUN_DEPENDS= ptex:${PORTSDIR}/japanese/ptex-sjis \ 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 @@ -40,6 +41,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> |