diff options
author | wiz <wiz> | 2009-03-02 09:39:53 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-03-02 09:39:53 +0000 |
commit | 80d79dfdff7558d6bd31ea035ec4747576378e8f (patch) | |
tree | 3a9f299e121371d32580f72e497a2681d6d74131 /textproc/mdocml | |
parent | bbff019328cac49b0513340227ee7b9f7ae86811 (diff) | |
download | pkgsrc-80d79dfdff7558d6bd31ea035ec4747576378e8f.tar.gz |
mdoclint and mdocml conflict with each other because both have bin/mdoclint.
Diffstat (limited to 'textproc/mdocml')
-rw-r--r-- | textproc/mdocml/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/mdocml/Makefile b/textproc/mdocml/Makefile index 3e54033a4c2..b56aaa9ca0c 100644 --- a/textproc/mdocml/Makefile +++ b/textproc/mdocml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/03/01 19:17:45 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2009/03/02 09:39:53 wiz Exp $ DISTNAME= mdocml-1.3.13 CATEGORIES= devel @@ -10,6 +10,8 @@ COMMENT= mdoc macro compiler PKG_DESTDIR_SUPPORT= user-destdir +CONFLICTS= mdoclint-[0-9]* + INSTALL_MAKE_FLAGS= PREFIX=${DESTDIR}${PREFIX} INSTALLATION_DIRS= man/man3 |