diff options
author | wiz <wiz@pkgsrc.org> | 2012-05-12 07:37:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-05-12 07:37:50 +0000 |
commit | cf2069b86990e32353b09df5c3044ace2e76d57e (patch) | |
tree | 5fd0537a27c6445bf07ff39056b843dd5a8ce38e /textproc | |
parent | 43509b2b1c655bcc3f2e9e41fb6c1b692876963a (diff) | |
download | pkgsrc-cf2069b86990e32353b09df5c3044ace2e76d57e.tar.gz |
Add CONFLICTS with new man-pages package. For details, see
man-pages/Makefile.
Diffstat (limited to 'textproc')
-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 db01326caa3..8fa6d50bb95 100644 --- a/textproc/mdocml/Makefile +++ b/textproc/mdocml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2012/03/10 16:06:35 joerg Exp $ +# $NetBSD: Makefile,v 1.30 2012/05/12 07:37:51 wiz Exp $ DISTNAME= mdocml-1.12.0 PKGREVISION= 1 @@ -13,5 +13,7 @@ LICENSE= 2-clause-bsd # not exactly, but near enough PKG_DESTDIR_SUPPORT= user-destdir MAKE_FLAGS+= PREFIX=${PREFIX} DBLIB=${BDB_LIBS:Q} +CONFLICTS= man-pages-[0-9]* + .include "../../mk/bdb.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |