diff options
author | imura <imura@FreeBSD.org> | 2000-10-02 15:20:02 +0000 |
---|---|---|
committer | imura <imura@FreeBSD.org> | 2000-10-02 15:20:02 +0000 |
commit | 6cee01ce06f0848421779556fe09a34700340b75 (patch) | |
tree | e51bd05f35deac0ec3f535743af78809d2ba7042 /japanese/linux_locale | |
parent | 5e2dda3b66ae30557eadf63d6f975f04be3cf878 (diff) | |
download | FreeBSD-ports-6cee01ce06f0848421779556fe09a34700340b75.zip FreeBSD-ports-6cee01ce06f0848421779556fe09a34700340b75.tar.gz |
Update to version 18.
from changelog:
* [Bug fix] fix LC_MONETARY defines to
return correct symbol for "YEN".
and,
* ${LINUX_BASE} -> ${LINUXBASE}
* set USE_LINUX_PREFIX=yes
Diffstat (limited to 'japanese/linux_locale')
-rw-r--r-- | japanese/linux_locale/Makefile | 12 | ||||
-rw-r--r-- | japanese/linux_locale/distinfo | 2 |
2 files changed, 6 insertions, 8 deletions
diff --git a/japanese/linux_locale/Makefile b/japanese/linux_locale/Makefile index ebe4751..fdb93aa 100644 --- a/japanese/linux_locale/Makefile +++ b/japanese/linux_locale/Makefile @@ -8,7 +8,7 @@ PORTNAME= linux_locale PORTVERSION= ${VERSION}.0 CATEGORIES= japanese emulators linux -MASTER_SITES= ftp://ftp.debian.org/debian/dists/potato/main/source/admin/ \ +MASTER_SITES= ftp://ftp.debian.org/debian/dists/woody/main/source/admin/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= imura DISTNAME= locale-ja_${VERSION} @@ -16,19 +16,17 @@ DISTNAME= locale-ja_${VERSION} MAINTAINER= imura@FreeBSD.org BUILD_DEPENDS= ${LCDEF_CMD}:${PORTSDIR}/emulators/linux_base -RUN_DEPENDS= ${LINUX_BASE}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base -LINUX_BASE= /compat/linux -PREFIX= ${LINUX_BASE} +USE_LINUX_PREFIX= yes NO_MTREE= yes WRKSRC= ${WRKDIR}/locale-ja-${VERSION} PLIST_SUB= VER=${VERSION} -VERSION= 13 +VERSION= 18 SRCDEF= ${WRKSRC}/ja_JP CHARMAPS= ${WRKSRC}/charmaps/EUC-JP -REPERTOIRE_MAP= ${LINUX_BASE}/usr/share/i18n/repertoiremaps/charids.894 -LCDEF_CMD= ${LINUX_BASE}/usr/bin/localedef +REPERTOIRE_MAP= ${LINUXBASE}/usr/share/i18n/repertoiremaps/charids.894 +LCDEF_CMD= ${LINUXBASE}/usr/bin/localedef LCDEF_ARGS= --repertoire-map=${REPERTOIRE_MAP} \ -c -f ${CHARMAPS} -i ${SRCDEF} LCDIR= ${PREFIX}/usr/share/locale/ja_JP diff --git a/japanese/linux_locale/distinfo b/japanese/linux_locale/distinfo index 2f2be2b..30a9d07 100644 --- a/japanese/linux_locale/distinfo +++ b/japanese/linux_locale/distinfo @@ -1 +1 @@ -MD5 (locale-ja_13.tar.gz) = e843e63f93c62575329c578721888c42 +MD5 (locale-ja_18.tar.gz) = 5561ac483ae8cda866fe75010617f069 |