xorg-libxaw: don't build the docs.

This commit is contained in:
Tilman Sauerbeck 2011-01-03 16:19:40 +01:00
parent 99ef1ac27d
commit b99a70244f

View File

@ -5,13 +5,13 @@
name=xorg-libxaw name=xorg-libxaw
version=1.0.7 version=1.0.7
release=1 release=2
source=(http://xorg.freedesktop.org/releases/individual/lib/libXaw-$version.tar.bz2) source=(http://xorg.freedesktop.org/releases/individual/lib/libXaw-$version.tar.bz2)
build() { build() {
cd libXaw-$version cd libXaw-$version
./configure --prefix=/usr --mandir=/usr/man ./configure --prefix=/usr --mandir=/usr/man --disable-docs
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install