diff options
author | wiz <wiz@pkgsrc.org> | 2009-03-02 09:39:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-03-02 09:39:53 +0000 |
commit | 86dfd52841b9433168c0a4db3c76ff66d71f899b (patch) | |
tree | 3a9f299e121371d32580f72e497a2681d6d74131 /textproc | |
parent | da5c5ae3645d250375a5db15aa395f5f196ab263 (diff) | |
download | pkgsrc-86dfd52841b9433168c0a4db3c76ff66d71f899b.tar.gz |
mdoclint and mdocml conflict with each other because both have bin/mdoclint.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/mdoclint/Makefile | 4 | ||||
-rw-r--r-- | textproc/mdocml/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/textproc/mdoclint/Makefile b/textproc/mdoclint/Makefile index e6a0a56e4e7..3c9f8648766 100644 --- a/textproc/mdoclint/Makefile +++ b/textproc/mdoclint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/03/01 21:25:39 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2009/03/02 09:39:53 wiz Exp $ DISTNAME= mdoclint-1.0 CATEGORIES= textproc @@ -12,6 +12,8 @@ COMMENT= Tool for verifying man pages PKG_DESTDIR_SUPPORT= user-destdir INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 +CONFLICTS= mdocml-[0-9]* + WRKSRC= ${WRKDIR} NO_CHECKSUM= yes NO_BUILD= yes 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 |