1
0
forked from ports/opt

babl: disable docs

This commit is contained in:
Thomas Penteker 2016-03-09 23:59:30 +01:00
parent acae113e40
commit e07f1b1116

@ -12,7 +12,7 @@ source=(http://ftp.gtk.org/pub/babl/0.1/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
./configure --prefix=/usr --disable-docs
make
make DESTDIR=$PKG install
}