diff options
author | schmonz <schmonz@pkgsrc.org> | 2007-05-27 09:49:41 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2007-05-27 09:49:41 +0000 |
commit | fd756e575ecc35655b1061d0081c792a64ef7732 (patch) | |
tree | 9720c463e107b47b37aab6674a7a4c80a1fbeae8 /devel/Makefile | |
parent | 34cce14188aa466f3185b5347cd1fef004b9a251 (diff) | |
download | pkgsrc-fd756e575ecc35655b1061d0081c792a64ef7732.tar.gz |
Move cvs to scmcvs so it can be checked out on a case-insensitive
filesystem without interference from devel/CVS metadata. PKGNAME
stays the same. Discussed with agc.
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile index 1aef7e6566d..9b155f988e1 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.858 2007/05/26 06:28:55 obache Exp $ +# $NetBSD: Makefile,v 1.859 2007/05/27 09:49:41 schmonz Exp $ # COMMENT= Development utilities @@ -94,7 +94,6 @@ SUBDIR+= cpuflags SUBDIR+= cqual SUBDIR+= cscope SUBDIR+= cssc -SUBDIR+= cvs SUBDIR+= cvs2cl SUBDIR+= cvs2html SUBDIR+= cvs2p4 @@ -714,6 +713,7 @@ SUBDIR+= rudiments SUBDIR+= rvm SUBDIR+= rx SUBDIR+= sablecc +SUBDIR+= scmcvs SUBDIR+= scmgit SUBDIR+= scons SUBDIR+= scons-devel |