mdocml: update to 1.13.1.

This commit is contained in:
Juan RP 2014-08-11 07:38:19 +02:00
parent 7736527371
commit 8eb4e6a6e8

View file

@ -1,18 +1,18 @@
# Template file for 'mdocml' # Template file for 'mdocml'
pkgname=mdocml pkgname=mdocml
version=1.12.3 version=1.13.1
revision=3 revision=1
makedepends="db185" makedepends="sqlite-devel"
replaces="groff>=0 man-db>=0" replaces="groff>=0 man-db>=0"
short_desc="mdoc macro compiler" short_desc="mdoc macro compiler"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="ISC" license="ISC"
homepage="http://mdocml.bsd.lv" homepage="http://mdocml.bsd.lv"
distfiles="${homepage}/snapshots/mdocml-$version.tar.gz" distfiles="${homepage}/snapshots/mdocml-$version.tar.gz"
checksum=8ae7f7d471d52313707c4d78b25846dc4edca395b36ad20f24dead5399c13ee6 checksum=7a18e728dc8555b1095bf7edbf086e1d6afb5508c06a7baecfd0b0e448648bf9
do_build() { do_build() {
make DBLIB=-ldb ${makejobs} make ${makejobs}
} }
do_install() { do_install() {
@ -22,14 +22,4 @@ do_install() {
# remove devel stuff. # remove devel stuff.
rm -rf ${DESTDIR}/usr/{include,lib} rm -rf ${DESTDIR}/usr/{include,lib}
# Install apropos, catman, mandocdb and whatis.
for f in apropos catman whatis mandocdb; do
vinstall ${f} 755 usr/bin
if [ -f ${f}.1 ]; then
vinstall ${f}.1 644 usr/share/man/man1
elif [ -f ${f}.8 ]; then
vinstall ${f}.8 644 usr/share/man/man8
fi
done
} }