diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cvs-current/Makefile | 6 | ||||
-rw-r--r-- | devel/cvs/Makefile | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/devel/cvs-current/Makefile b/devel/cvs-current/Makefile index 96c73910b67..473b9450c88 100644 --- a/devel/cvs-current/Makefile +++ b/devel/cvs-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2000/08/28 09:14:50 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2000/10/17 00:05:03 wiz Exp $ # DISTNAME= cvs-1.10.8 @@ -13,6 +13,10 @@ USE_GTEXINFO= yes BUILD_DEFS+= RCS_LOCALID +.if exists(/usr/bin/cvs) +IGNORE= "${PKGNAME} is part of your NetBSD distribution" +.endif + .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "SunOS" diff --git a/devel/cvs/Makefile b/devel/cvs/Makefile index 77ddf70feff..586a9160de1 100644 --- a/devel/cvs/Makefile +++ b/devel/cvs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2000/08/28 09:14:50 jlam Exp $ +# $NetBSD: Makefile,v 1.30 2000/10/17 00:05:02 wiz Exp $ # DISTNAME= cvs-1.10 @@ -14,6 +14,10 @@ USE_GTEXINFO= yes BUILD_DEFS+= RCS_LOCALID +.if exists(/usr/bin/cvs) +IGNORE= "${PKGNAME} is part of your NetBSD distribution" +.endif + .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "SunOS" |