diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2009-05-10 16:44:00 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2009-05-11 01:29:21 +1000 |
commit | ba7d401479faa83c78b7705187fbd43dbc950e8c (patch) | |
tree | a7e79f99a28b7687bb6a12e9493ecb539b154ff5 /icu/Pkgfile | |
parent | 7e44d23d9d8851147bde803c94e9c13f73c62718 (diff) | |
download | contrib-ba7d401479faa83c78b7705187fbd43dbc950e8c.tar.gz contrib-ba7d401479faa83c78b7705187fbd43dbc950e8c.tar.xz |
icu: 4.0.1 -> 4.2
Diffstat (limited to 'icu/Pkgfile')
-rw-r--r-- | icu/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/icu/Pkgfile b/icu/Pkgfile index 4b528367d..75da06b6e 100644 --- a/icu/Pkgfile +++ b/icu/Pkgfile @@ -5,7 +5,7 @@ # Depends on: name=icu -version=4.0.1 +version=4.2 release=1 source=(http://download.icu-project.org/files/icu4c/$version/icu4c-${version//./_}-src.tgz) @@ -16,6 +16,7 @@ build() { ./runConfigureICU LinuxRedHat \ --prefix=/usr \ + --mandir=$PKG/usr/man \ --enable-shared \ --disable-samples \ --disable-tests \ @@ -26,4 +27,3 @@ build() { rm $PKG/usr/share/icu/$version/license.html } - |