bmake: install mdoc manpage not the preformatted one.
This commit is contained in:
parent
0dd6cc5e6d
commit
023371d2da
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue