mdocml: improve description.

This commit is contained in:
Juan RP 2014-11-22 08:15:22 +01:00
parent b4a8447388
commit f3527b5d15

View File

@ -1,19 +1,17 @@
# Template file for 'mdocml'
pkgname=mdocml
version=1.13.1
revision=2
revision=3
build_style=gnu-makefile
makedepends="sqlite-devel"
replaces="groff>=0 man-db>=0"
short_desc="mdoc macro compiler"
short_desc="The mandoc UNIX manpage compiler toolset"
maintainer="Juan RP <xtraeme@gmail.com>"
license="ISC"
homepage="http://mdocml.bsd.lv"
distfiles="${homepage}/snapshots/mdocml-$version.tar.gz"
checksum=7a18e728dc8555b1095bf7edbf086e1d6afb5508c06a7baecfd0b0e448648bf9
do_build() {
make ${makejobs}
}
do_install() {
make MANDIR=/usr/share/man BINDIR=/usr/bin \
EXAMPLEDIR=/usr/share/examples/mdocml \