summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xorg/xorg-rgb/.footprint6
-rw-r--r--xorg/xorg-rgb/Pkgfile7
2 files changed, 6 insertions, 7 deletions
diff --git a/xorg/xorg-rgb/.footprint b/xorg/xorg-rgb/.footprint
index e8702ca78..fc433b85d 100644
--- a/xorg/xorg-rgb/.footprint
+++ b/xorg/xorg-rgb/.footprint
@@ -1,9 +1,9 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/showrgb
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/showrgb.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/X11/
-rw-r--r-- root/root usr/share/X11/rgb.txt
+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/showrgb.1.gz
diff --git a/xorg/xorg-rgb/Pkgfile b/xorg/xorg-rgb/Pkgfile
index 65e333105..a577b13f3 100644
--- a/xorg/xorg-rgb/Pkgfile
+++ b/xorg/xorg-rgb/Pkgfile
@@ -1,6 +1,7 @@
# Description: X Window System RGB database
# 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-rgb
@@ -10,9 +11,7 @@ source=(http://xorg.freedesktop.org/releases/individual/app/rgb-$version.tar.bz2
build() {
cd rgb-$version
-
- ./configure --prefix=/usr --mandir=/usr/man
-
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install
}