summaryrefslogtreecommitdiff
path: root/xorg-libxaw
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-libxaw')
-rw-r--r--xorg-libxaw/Pkgfile9
1 files changed, 5 insertions, 4 deletions
diff --git a/xorg-libxaw/Pkgfile b/xorg-libxaw/Pkgfile
index 69999563..84f86dbc 100644
--- a/xorg-libxaw/Pkgfile
+++ b/xorg-libxaw/Pkgfile
@@ -11,11 +11,12 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXaw-$version.tar.
build() {
cd libXaw-$version
- ./configure --prefix=/usr --mandir=/usr/man --disable-docs
+ ./configure \
+ --prefix=/usr \
+ --mandir=/usr/man \
+ --disable-specs \
+ --without-{xmlto,fop,xsltproc}
make
make DESTDIR=$PKG install
-
- rm -rf $PKG/usr/share/doc
- rmdir $PKG/usr/share
}

Generated by cgit