summaryrefslogtreecommitdiff
path: root/extra/compface/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/compface/PKGBUILD')
-rw-r--r--extra/compface/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/compface/PKGBUILD b/extra/compface/PKGBUILD
index 2381162a9..25683c856 100644
--- a/extra/compface/PKGBUILD
+++ b/extra/compface/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 197085 2013-10-21 18:34:54Z andyrtr $
+# $Id: PKGBUILD 204047 2014-01-14 16:59:02Z andyrtr $
# Maintainer: AndyRTR <andyrtr@archlinux.org>
# Contributor: simo <simo@archlinux.org>
# Contributor: Manolis Tzanidakis
pkgname=compface
pkgver=1.5.2
-pkgrel=4
+pkgrel=6
pkgdesc="Utils & libs to convert from/to X-Face format."
arch=('i686' 'x86_64' 'mips64el')
url="http://ftp.xemacs.org/pub/xemacs/aux/"
@@ -26,7 +26,7 @@ prepare() {
build() {
cd $pkgname-$pkgver
CFLAGS="$CFLAGS -fPIC"
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --mandir=/usr/share/man
make
}