summaryrefslogtreecommitdiffstats
path: root/xorg
diff options
context:
space:
mode:
Diffstat (limited to 'xorg')
-rw-r--r--xorg/xrestop/Pkgfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/xorg/xrestop/Pkgfile b/xorg/xrestop/Pkgfile
index f3d8083e5..d744d9b44 100644
--- a/xorg/xrestop/Pkgfile
+++ b/xorg/xrestop/Pkgfile
@@ -12,9 +12,7 @@ source=(http://projects.o-hand.com/sources/$name/$name-$version.tar.gz)
build() {
cd xrestop-$version
-
- ./configure --prefix=/usr --mandir=/usr/share/man
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
}