summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-11-04 12:23:41 +0000
committerobache <obache@pkgsrc.org>2010-11-04 12:23:41 +0000
commit8ffd5a658f8cc8de617ab584bb8d0641a8c604ea (patch)
tree66dfacdbca713b0f6e42f2465769da22689a2464 /devel
parent61856fda4dc698a1f270ad7a865a7bf656bfc7b2 (diff)
downloadpkgsrc-8ffd5a658f8cc8de617ab584bb8d0641a8c604ea.tar.gz
Fixes CONFLICTS pattern, or cannot co-install with any rake-XXXX packags.
Diffstat (limited to 'devel')
-rw-r--r--devel/rake/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/rake/Makefile b/devel/rake/Makefile
index 7f045de6c1f..e556ecfd847 100644
--- a/devel/rake/Makefile
+++ b/devel/rake/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2010/09/13 14:32:40 taca Exp $
+# $NetBSD: Makefile,v 1.17 2010/11/04 12:23:41 obache Exp $
DISTNAME= rake-0.8.7
PKGREVISION= 1
@@ -14,7 +14,7 @@ USE_TOOLS+= gzip
FIX_PERM= doc/release_notes/rake-0.7.3.rdoc \
lib/rake/ruby182_test_unit_fix.rb
-CONFLICTS+= rake-*
+CONFLICTS+= rake-[0-9]*
# rake is bundled Ruby 1.9
RUBY_VERSION_SUPPORTED= 18