diff options
Diffstat (limited to 'xorg/xorg-libxaw/Pkgfile')
-rw-r--r-- | xorg/xorg-libxaw/Pkgfile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/xorg/xorg-libxaw/Pkgfile b/xorg/xorg-libxaw/Pkgfile index 5827bdbd4..6d5aa6cb4 100644 --- a/xorg/xorg-libxaw/Pkgfile +++ b/xorg/xorg-libxaw/Pkgfile @@ -12,9 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXaw-$version.tar. build() { cd libXaw-$version - - ./configure --prefix=/usr - + ./configure $XORG_CONFIG make make DESTDIR=$PKG install rm -r $PKG/usr/share/doc/ |