summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-libxft/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xorg-libxft/Pkgfile')
-rw-r--r--xorg/xorg-libxft/Pkgfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/xorg/xorg-libxft/Pkgfile b/xorg/xorg-libxft/Pkgfile
index 4ef75243a..82215d061 100644
--- a/xorg/xorg-libxft/Pkgfile
+++ b/xorg/xorg-libxft/Pkgfile
@@ -12,9 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXft-$version.tar.
build() {
cd libXft-$version
-
- ./configure --prefix=/usr
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
}