diff --git a/srcpkgs/docbook2mdoc/template b/srcpkgs/docbook2mdoc/template new file mode 100644 index 00000000000..b3d82705763 --- /dev/null +++ b/srcpkgs/docbook2mdoc/template @@ -0,0 +1,16 @@ +# Template file for 'docbook2mdoc' +pkgname=docbook2mdoc +version=0.0.9 +revision=1 +build_style=gnu-makefile +makedepends="expat-devel" +short_desc="A converter from DocBook V4.x and v5.x XML into mdoc" +maintainer="Juan RP " +license="ISC" +homepage="http://mdocml.bsd.lv/docbook2mdoc" +distfiles="http://mdocml.bsd.lv/docbook2mdoc/snapshots/${pkgname}-${version}.tgz" +checksum=93320aa42cbcc2a8e43aceff3ef97af83ba65a87c6e745aa37ae27f43440341e + +pre_configure() { + sed -i 's,/man/man1,/share/man/man1,g' Makefile +}