1
0
forked from ports/contrib

fluxbox: skip NLS stuff

This commit is contained in:
Thomas Penteker 2015-01-10 22:30:38 +01:00
parent bace76c60a
commit d38a44c1a8

View File

@ -16,6 +16,9 @@ build() {
--disable-nls \
--mandir=/usr/man
# skip NLS stuff
sed -i '/nls\/[a-z][a-z]_[A-Z][A-Z]/d' Makefile
make && make DESTDIR=$PKG install
rm -rf $PKG/usr/doc
}