summaryrefslogtreecommitdiff
path: root/textproc/mdocml/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2010-01-02 13:44:20 +0000
committerjoerg <joerg>2010-01-02 13:44:20 +0000
commitecf2458f593c1b50f87dd21c1919f45c73245578 (patch)
tree84c47a662e9eb0315f8914cffd8fb885e4bffc38 /textproc/mdocml/Makefile
parent761d39b958f4a65054efca43337ac1823bb87f18 (diff)
downloadpkgsrc-ecf2458f593c1b50f87dd21c1919f45c73245578.tar.gz
Fix PLIST. *blush*
Diffstat (limited to 'textproc/mdocml/Makefile')
-rw-r--r--textproc/mdocml/Makefile5
1 files changed, 4 insertions, 1 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"