diff options
author | bwarsaw <> | 2003-12-26 21:46:09 +0000 |
---|---|---|
committer | bwarsaw <> | 2003-12-26 21:46:09 +0000 |
commit | 63d1e846b4ba4d5ee7befe767a94f0ec1319081d (patch) | |
tree | 2d954fe92cd9b08a46b0fbb6907cc19087a00c67 /misc/Makefile.in | |
parent | e423e0918e84332463a26a7ec70f9b944f2ec8b8 (diff) | |
download | mailman2-63d1e846b4ba4d5ee7befe767a94f0ec1319081d.tar.gz mailman2-63d1e846b4ba4d5ee7befe767a94f0ec1319081d.tar.xz mailman2-63d1e846b4ba4d5ee7befe767a94f0ec1319081d.zip |
TK's patch # 865661 chunk which replaces JapaneseCodecs-1.4.9 and
KoreanCodecs-2.0.5 with CJKCodecs-1.0.
Diffstat (limited to 'misc/Makefile.in')
-rw-r--r-- | misc/Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/Makefile.in b/misc/Makefile.in index fc6fd1bc..385fcd03 100644 --- a/misc/Makefile.in +++ b/misc/Makefile.in @@ -53,10 +53,9 @@ SETUPCMD= setup.py --quiet install $(SETUPINSTOPTS) PKGDIR= $(srcdir) EMAILPKG= email-2.5.4 -JACODECSPKG= JapaneseCodecs-1.4.9 -KOCODECSPKG= KoreanCodecs-2.0.5 +CJKCODECSPKG= CJKCodecs-1.0 -PACKAGES= $(EMAILPKG) $(JACODECSPKG) $(KOCODECSPKG) +PACKAGES= $(EMAILPKG) $(CJKCODECSPKG) # Modes for directories and executables created by the install # process. Default to group-writable directories but |