syslinux: move manpages to /usr/share/man, bumprev.

--HG--
extra : convert_revision : 648eb1403f1ed6e96c3244a35bf9f0fb65878418
This commit is contained in:
Juan RP 2009-12-11 12:25:01 +01:00
parent 5f4c875f9c
commit 7e790d2d62

View file

@ -1,6 +1,7 @@
# Template file for 'syslinux'
pkgname=syslinux
version=3.83
revision=1
distfiles="${KERNEL_SITE}/utils/boot/$pkgname/$pkgname-$version.tar.bz2"
build_style=gnu_makefile
make_install_args="INSTALLROOT=$XBPS_DESTDIR/$pkgname-$version"
@ -23,3 +24,8 @@ pre_build()
# Disable this file which causes an error.
sed -i -e 's|win32/syslinux.exe||g' $wrksrc/Makefile
}
post_install()
{
mv ${DESTDIR}/usr/man ${DESTDIR}/usr/share
}