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 | 160ba2a0ec65e02055fd20ef3f32c9c191780e6d (patch) | |
tree | 5fd0537a27c6445bf07ff39056b843dd5a8ce38e /lang | |
parent | 4406df51670fef2d84a13e2982806f852d7b754d (diff) | |
download | pkgsrc-160ba2a0ec65e02055fd20ef3f32c9c191780e6d.tar.gz |
Add CONFLICTS with new man-pages package. For details, see
man-pages/Makefile.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/cint/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/cint/Makefile b/lang/cint/Makefile index 390ebf1d1dc..855b25f8203 100644 --- a/lang/cint/Makefile +++ b/lang/cint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2008/09/05 05:27:30 dholland Exp $ +# $NetBSD: Makefile,v 1.27 2012/05/12 07:37:51 wiz Exp $ DISTNAME= cint5.15 PKGNAME= cint-5.15.174 @@ -13,6 +13,8 @@ COMMENT= C/C++ interpreter PKG_DESTDIR_SUPPORT= user-destdir +CONFLICTS= man-pages-[0-9]* + #same distribution file name for minor versions DIST_SUBDIR= ${PKGNAME_NOREV} WRKSRC= ${WRKDIR} |