diff options
author | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2000-11-06 12:12:52 +0000 |
---|---|---|
committer | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2000-11-06 12:12:52 +0000 |
commit | 334e7eb390e99bed1388968b5e4d04bf7f426fcf (patch) | |
tree | b5942fd82945aeedd7e227c0994185a5fb61eb0d | |
parent | 70e8c96551f5157e4b5fc1942e81f29640484472 (diff) | |
download | ports-334e7eb390e99bed1388968b5e4d04bf7f426fcf.tar.gz ports-334e7eb390e99bed1388968b5e4d04bf7f426fcf.zip |
Notes
-rw-r--r-- | chinese/cle_base/Makefile | 2 | ||||
-rw-r--r-- | chinese/cle_base/files/INSTALL.in | 2 | ||||
-rw-r--r-- | chinese/cle_base/pkg-plist | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/chinese/cle_base/Makefile b/chinese/cle_base/Makefile index c73e51fab469..770a292ad238 100644 --- a/chinese/cle_base/Makefile +++ b/chinese/cle_base/Makefile @@ -172,7 +172,7 @@ do-install: ${RM} ${PREFIX}/$$F; \ done @${LN} -s /var/tmp ${PREFIX}/usr/tmp - @${TOUCH} ${PREFIX}/CLE-0.9-PRE2 + @${TOUCH} ${PREFIX}/CLE-0.9p1 post-install: @${ECHO} '' diff --git a/chinese/cle_base/files/INSTALL.in b/chinese/cle_base/files/INSTALL.in index 1f387965fc12..61d168313bb7 100644 --- a/chinese/cle_base/files/INSTALL.in +++ b/chinese/cle_base/files/INSTALL.in @@ -25,7 +25,7 @@ if [ ! -f @PREFIX@/usr/share/locale/zh_TW.Big5/LC_CTYPE ] && \ fi if [ -f @PREFIX@/usr/share/locale/zh_TW.Big5/LC_CTYPE ] && \ - [ ! -f @PREFIX@/CLE-0.9-PRE2 ]; then + [ ! -f @PREFIX@/CLE-0.9p1 ]; then echo -------------------------------------------------------------------- echo You have previous release of zh-linux_base or zh-CLE_base installed! echo Please remove it before install this version. diff --git a/chinese/cle_base/pkg-plist b/chinese/cle_base/pkg-plist index e93ae5ac9b65..6f9e3d328c3f 100644 --- a/chinese/cle_base/pkg-plist +++ b/chinese/cle_base/pkg-plist @@ -1,4 +1,4 @@ -CLE-0.9-PRE2 +CLE-0.9p1 bin/basename bin/bash bin/bash2 |