diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-24 22:30:22 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-24 22:30:22 +0100 |
commit | 89124c019fa03a636337440cb0d484abe822fa32 (patch) | |
tree | d0f1a86af84b45f74c1123173b5829f9d1c6ae27 /extra/enchant/Pkgfile | |
parent | 1d1f307a851d3099e04924d7d9122f97de851d2b (diff) | |
download | nutyx-pakxe-89124c019fa03a636337440cb0d484abe822fa32.tar.gz nutyx-pakxe-89124c019fa03a636337440cb0d484abe822fa32.tar.bz2 nutyx-pakxe-89124c019fa03a636337440cb0d484abe822fa32.tar.xz nutyx-pakxe-89124c019fa03a636337440cb0d484abe822fa32.zip |
maj enchant#1.4.2-2
Diffstat (limited to 'extra/enchant/Pkgfile')
-rw-r--r-- | extra/enchant/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/enchant/Pkgfile b/extra/enchant/Pkgfile index 2d9f20510..e937d29c2 100644 --- a/extra/enchant/Pkgfile +++ b/extra/enchant/Pkgfile @@ -6,7 +6,7 @@ name=enchant version=1.4.2 -release=1 +release=2 source=(http://www.abisource.com/downloads/enchant/$version/enchant-$version.tar.gz) build() { @@ -14,7 +14,7 @@ build() { ./configure \ --prefix=/usr \ - --mandir=/usr/man \ + --mandir=/usr/share/man \ --disable-static \ --disable-dependency-tracking |