summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xf86vidmodeproto/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xorg-xf86vidmodeproto/Pkgfile')
-rw-r--r--xorg/xorg-xf86vidmodeproto/Pkgfile6
1 files changed, 2 insertions, 4 deletions
diff --git a/xorg/xorg-xf86vidmodeproto/Pkgfile b/xorg/xorg-xf86vidmodeproto/Pkgfile
index 90f936066..d69dfbec0 100644
--- a/xorg/xorg-xf86vidmodeproto/Pkgfile
+++ b/xorg/xorg-xf86vidmodeproto/Pkgfile
@@ -1,6 +1,6 @@
# Description: xorg proto xf86vidmodeproto
# URL: http://xorg.freedesktop.org
-# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
name=xorg-xf86vidmodeproto
@@ -10,9 +10,7 @@ source=(http://xorg.freedesktop.org/releases/individual/proto/xf86vidmodeproto-$
build() {
cd xf86vidmodeproto-$version
-
- ./configure --prefix=/usr
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
}