diff options
author | wiz <wiz@pkgsrc.org> | 2000-10-17 00:05:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-10-17 00:05:02 +0000 |
commit | 9e8c32ced7a4f06a966383e755a904f1029f28b2 (patch) | |
tree | d41b7c7534601db087515f0313cf80eaca9e47a7 /devel | |
parent | 74aaff975b3a22de1d2a31db6f618f4dc3e6e446 (diff) | |
download | pkgsrc-9e8c32ced7a4f06a966383e755a904f1029f28b2.tar.gz |
IGNORE package if it's in the base system
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" |