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/jtex209-both | |
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/jtex209-both')
-rw-r--r-- | japanese/jtex209-both/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/japanese/jtex209-both/Makefile b/japanese/jtex209-both/Makefile index a02da3f0bdba..f5d8c4dfb120 100644 --- a/japanese/jtex209-both/Makefile +++ b/japanese/jtex209-both/Makefile @@ -3,7 +3,7 @@ # Date created: 4 Nov 1996 # Whom: Mita Yoshio <mita@jp.FreeBSD.org> # -# $Id: Makefile,v 1.5 1997/09/24 06:43:47 max Exp $ +# $Id: Makefile,v 1.6 1997/11/10 11:22:24 asami Exp $ # DISTNAME?= ja-jlatex209-a17-n152 @@ -16,6 +16,7 @@ DISTFILES= jtex-1.52.tar.gz tfm-files.tar.Z jtex1.7.tar.gz pTeX-JIS-patch MAINTAINER= mita@jp.FreeBSD.org +MANUAL_PACKAGE_BUILD= incompatible with other versions of jtex-* USE_GMAKE= yes NO_WRKSUBDIR= yes EXTRACT_ONLY= jtex-1.52.tar.gz @@ -64,6 +65,4 @@ pre-reinstall: ${MAKE} reinstall DISTDIR=${DISTDIR} FILESDIR=${FILESDIR} \ ) -MANUAL_PACKAGE_BUILD= incompatible with other versions of jtex-* - .include <bsd.port.mk> |