diff options
-rw-r--r-- | DESCR | 4 | ||||
-rw-r--r-- | Makefile.netbsd | 13 |
2 files changed, 9 insertions, 8 deletions
@@ -1,2 +1,2 @@ -The mdocml utilities interface with the mdoc library to compile -mdoc-roff documents into a variety of output formats. +The mdocml utilities compile mdoc-roff documents into a +variety of output formats. diff --git a/Makefile.netbsd b/Makefile.netbsd index c8a8902a..ab2068cb 100644 --- a/Makefile.netbsd +++ b/Makefile.netbsd @@ -1,16 +1,17 @@ # $NetBSD$ -COMMENT= mdoc macro compiler - DISTNAME= mdocml-@VERSION@ CATEGORIES= textproc +MASTER_SITES= http://mdocml.bsd.lv/snapshots/ +MAINTAINER= kristaps@kth.se HOMEPAGE= http://mdocml.bsd.lv/ +COMMENT= mdoc macro compiler -MAINTAINER= Kristaps Dzonsons <kristaps@kth.se> - -MASTER_SITES= http://mdocml.bsd.lv/snapshots/ +PKG_DESTDIR_SUPPORT= user-destdir -WANTLIB= c +INSTALL_MAKE_FLAGS= PREFIX=${DESTDIR}${PREFIX} \ + MANDIR=${DESTDIR}${PREFIX}/${PKGMANDIR} \ + INSTALL_PROGRAM=${INSTALL_PROGRAM:Q} .include "../../mk/bsd.pkg.mk" |