fltk: Pkgfile cleanup for man pages (thanks Jue)

This commit is contained in:
Danny Rawlins 2007-12-29 18:14:24 +11:00
parent 392e5c2b1e
commit 2f1593c871

View File

@ -14,6 +14,7 @@ build() {
./configure \
--prefix=/usr \
--mandir=/usr/man \
--enable-threads \
--disable-static \
--enable-shared \
@ -22,10 +23,6 @@ build() {
make
make DESTDIR=$PKG install
install -d $PKG/usr/man/{man1,man3}
install -m 0644 $PKG/usr/share/man/man1/* -t $PKG/usr/man/man1/
install -m 0644 $PKG/usr/share/man/man3/* -t $PKG/usr/man/man3/
rm -r $PKG/usr/share
rm -r $PKG/usr/{share,man/cat?}
}