diff options
author | joerg <joerg@pkgsrc.org> | 2010-01-02 13:44:20 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-01-02 13:44:20 +0000 |
commit | 873f2a4a5c359827afa826bd8fb63ce98bda7921 (patch) | |
tree | 84c47a662e9eb0315f8914cffd8fb885e4bffc38 /textproc/mdocml | |
parent | 4761aa9f4a391e11c9d3f149bc9d4cac3893d4ae (diff) | |
download | pkgsrc-873f2a4a5c359827afa826bd8fb63ce98bda7921.tar.gz |
Fix PLIST. *blush*
Diffstat (limited to 'textproc/mdocml')
-rw-r--r-- | textproc/mdocml/Makefile | 5 | ||||
-rw-r--r-- | textproc/mdocml/PLIST | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/textproc/mdocml/Makefile b/textproc/mdocml/Makefile index 3a112ebfc24..91cf1123a92 100644 --- a/textproc/mdocml/Makefile +++ b/textproc/mdocml/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2009/12/16 19:08:12 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2010/01/02 13:44:20 joerg Exp $ DISTNAME= mdocml-1.9.14 +PKGREVISION= 1 CATEGORIES= textproc devel MASTER_SITES= http://mdocml.bsd.lv/snapshots/ @@ -14,4 +15,6 @@ INSTALL_MAKE_FLAGS= PREFIX=${DESTDIR}${PREFIX} \ MANDIR=${DESTDIR}${PREFIX}/${PKGMANDIR} \ INSTALL_PROGRAM=${INSTALL_PROGRAM:Q} +INSTALLATION_DIRS= share/examples/mandoc + .include "../../mk/bsd.pkg.mk" diff --git a/textproc/mdocml/PLIST b/textproc/mdocml/PLIST index c29f0f02375..d1fc754052e 100644 --- a/textproc/mdocml/PLIST +++ b/textproc/mdocml/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.2 2009/03/22 23:51:10 joerg Exp $ +@comment $NetBSD: PLIST,v 1.3 2010/01/02 13:44:20 joerg Exp $ bin/mandoc man/man1/mandoc.1 man/man7/mdoc.7 +share/examples/mandoc/example.style.css |