summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xorg/xorg-xset/.footprint7
-rw-r--r--xorg/xorg-xset/Pkgfile7
2 files changed, 8 insertions, 6 deletions
diff --git a/xorg/xorg-xset/.footprint b/xorg/xorg-xset/.footprint
index ffb19a7fd..668f545a6 100644
--- a/xorg/xorg-xset/.footprint
+++ b/xorg/xorg-xset/.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/xset
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/xset.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/xset.1.gz
diff --git a/xorg/xorg-xset/Pkgfile b/xorg/xorg-xset/Pkgfile
index 01a07012f..c3dfb514d 100644
--- a/xorg/xorg-xset/Pkgfile
+++ b/xorg/xorg-xset/Pkgfile
@@ -1,6 +1,7 @@
-# Description: User preference utility for X
+# Description: Utilitaire pour les préférences de l'utilisateur de X
# 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-libxmu, xorg-libx11, xorg-libxext, xorg-libxxf86misc
name=xorg-xset
@@ -11,7 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/app/xset-$version.tar.bz
build() {
cd xset-$version
- ./configure --prefix=/usr --mandir=/usr/man
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install