diff --git a/xorg-xauth/.footprint b/xorg-xauth/.footprint
index 87ce1553..44a989de 100644
--- a/xorg-xauth/.footprint
+++ b/xorg-xauth/.footprint
@@ -1,6 +1,7 @@
 drwxr-xr-x	root/root	usr/
 drwxr-xr-x	root/root	usr/bin/
 -rwxr-xr-x	root/root	usr/bin/xauth
-drwxr-xr-x	root/root	usr/man/
-drwxr-xr-x	root/root	usr/man/man1/
--rw-r--r--	root/root	usr/man/man1/xauth.1.gz
+drwxr-xr-x	root/root	usr/share/
+drwxr-xr-x	root/root	usr/share/man/
+drwxr-xr-x	root/root	usr/share/man/man1/
+-rw-r--r--	root/root	usr/share/man/man1/xauth.1.gz
diff --git a/xorg-xauth/Pkgfile b/xorg-xauth/Pkgfile
index 46240ba2..d3ec8129 100644
--- a/xorg-xauth/Pkgfile
+++ b/xorg-xauth/Pkgfile
@@ -5,13 +5,13 @@
 
 name=xorg-xauth
 version=1.0.9
-release=1
+release=2
 source=(http://xorg.freedesktop.org/releases/individual/app/xauth-$version.tar.bz2)
 
 build() {
 	cd xauth-$version
 
-	./configure --prefix=/usr --mandir=/usr/man
+	./configure --prefix=/usr
 
 	make
 	make DESTDIR=$PKG install