diff options
author | asami <asami@FreeBSD.org> | 1995-04-23 10:35:35 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-23 10:35:35 +0000 |
commit | 4749c5a99a2230210bfa18b700f7a274a7cc5d71 (patch) | |
tree | e96f967a7eb549ba50d0f08d27210d280bf2ff5d /japanese/Makefile | |
parent | f8b8db15068fca9815a7576e6a00e150ba1d5cdb (diff) | |
download | FreeBSD-ports-4749c5a99a2230210bfa18b700f7a274a7cc5d71.zip FreeBSD-ports-4749c5a99a2230210bfa18b700f7a274a7cc5d71.tar.gz |
Since thud was down all day (no offense Gary :), I finally had time to
split mule into three ports:
editors/mule: no language-specific support
japanese/mule-canna: Japanese support, Canna library built-in
japanese/mule-wnn: Japanese support, Wnn library built-in
Note that the two ports under japanese/ will overwrite some of the
emacs support files. Although this itself isn't a problem, if you
pkg_delete it, you will lose some files needed for emacs. (This is
explained in DESCR, although god knows who reads them.)
Also I've listed every single file in the PLIST.
Diffstat (limited to 'japanese/Makefile')
-rw-r--r-- | japanese/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 1554782..c44f268 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -1,9 +1,9 @@ -# $Id: Makefile,v 1.5 1995/04/04 09:43:48 asami Exp $ +# $Id: Makefile,v 1.6 1995/04/05 08:59:36 asami Exp $ # # restricted: none # # doesn't compile: mh # -SUBDIR= Canna Wnn gawk grep kterm less nkf sed tcl tk +SUBDIR= Canna Wnn gawk grep kterm less nkf mule-canna mule-wnn sed tcl tk .include <bsd.port.subdir.mk> |