summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-libxau/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xorg-libxau/Pkgfile')
-rw-r--r--xorg/xorg-libxau/Pkgfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/xorg/xorg-libxau/Pkgfile b/xorg/xorg-libxau/Pkgfile
index b153c672d..7fc5d1ebb 100644
--- a/xorg/xorg-libxau/Pkgfile
+++ b/xorg/xorg-libxau/Pkgfile
@@ -1,6 +1,7 @@
# Description: X Authorization routines
# URL: http://xorg.freedesktop.org
-# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
# Depends on: xorg-xproto
name=xorg-libxau
@@ -11,7 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXau-$version.tar.
build() {
cd libXau-$version
- ./configure --prefix=/usr --mandir=/usr/man
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install