diff options
author | joerg <joerg@pkgsrc.org> | 2009-03-22 23:47:05 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-03-22 23:47:05 +0000 |
commit | 78a89e7338445c496a305b3f29891569ba94193a (patch) | |
tree | 53263aec25b8c8aed7c56beab2297c88e1fb3ac5 /textproc | |
parent | 0e28d608e9052d1d834e93e3571bf3f327650c85 (diff) | |
download | pkgsrc-78a89e7338445c496a305b3f29891569ba94193a.tar.gz |
Restrict conflict for mdocml to versions before command merge.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/mdoclint/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/mdoclint/Makefile b/textproc/mdoclint/Makefile index 5f89e8ec5b9..b4fe9283f0b 100644 --- a/textproc/mdoclint/Makefile +++ b/textproc/mdoclint/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2009/03/05 10:47:29 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2009/03/22 23:47:05 joerg Exp $ DISTNAME= mdoclint-1.1 +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= # none DISTFILES= # none @@ -12,7 +13,7 @@ COMMENT= Tool for verifying man pages PKG_DESTDIR_SUPPORT= user-destdir INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 -CONFLICTS= mdocml-[0-9]* +CONFLICTS= mdocml<1.6.9 WRKSRC= ${WRKDIR} NO_CHECKSUM= yes |