mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
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'
|
# Template file for 'bmake'
|
||||||
pkgname=bmake
|
pkgname=bmake
|
||||||
version=20140620
|
version=20140620
|
||||||
revision=1
|
revision=2
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
short_desc="Portable version of the NetBSD make build tool"
|
short_desc="Portable version of the NetBSD make build tool"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -36,4 +36,6 @@ do_install() {
|
||||||
sed -i "s,^BMAKE=$,BMAKE=${wrksrc}/bmake/bmake-host/bmake," ../boot-strap
|
sed -i "s,^BMAKE=$,BMAKE=${wrksrc}/bmake/bmake-host/bmake," ../boot-strap
|
||||||
fi
|
fi
|
||||||
../boot-strap --prefix=/usr --install-destdir=${DESTDIR} op=install
|
../boot-strap --prefix=/usr --install-destdir=${DESTDIR} op=install
|
||||||
|
rm -r ${DESTDIR}/usr/share/man/cat1
|
||||||
|
vman ../bmake.1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue