bmake: install mdoc manpage not the preformatted one.

This commit is contained in:
Juan RP 2014-09-23 17:49:02 +02:00
parent 0dd6cc5e6d
commit 023371d2da

View file

@ -1,7 +1,7 @@
# Template file for 'bmake'
pkgname=bmake
version=20140620
revision=1
revision=2
create_wrksrc=yes
short_desc="Portable version of the NetBSD make build tool"
maintainer="Juan RP <xtraeme@gmail.com>"
@ -36,4 +36,6 @@ do_install() {
sed -i "s,^BMAKE=$,BMAKE=${wrksrc}/bmake/bmake-host/bmake," ../boot-strap
fi
../boot-strap --prefix=/usr --install-destdir=${DESTDIR} op=install
rm -r ${DESTDIR}/usr/share/man/cat1
vman ../bmake.1
}