diff options
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} |