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/cvs | |
parent | 74aaff975b3a22de1d2a31db6f618f4dc3e6e446 (diff) | |
download | pkgsrc-9e8c32ced7a4f06a966383e755a904f1029f28b2.tar.gz |
IGNORE package if it's in the base system
Diffstat (limited to 'devel/cvs')
-rw-r--r-- | devel/cvs/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
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" |