diff options
author | taca <taca@pkgsrc.org> | 2010-09-13 14:32:40 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-09-13 14:32:40 +0000 |
commit | 0f72821a5eafc634c3ec7a22f3e7d094d75aa671 (patch) | |
tree | a817863f79bde5fe30b439673c232b442e2a1eb3 /devel | |
parent | 21332341df4d66431dfea9e68eccab1a28afff46 (diff) | |
download | pkgsrc-0f72821a5eafc634c3ec7a22f3e7d094d75aa671.tar.gz |
* Add CONFLICTS a pattern matches previous package name
without "${RUBY_PKGPREFIX}-".
Diffstat (limited to 'devel')
-rw-r--r-- | devel/rake/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/rake/Makefile b/devel/rake/Makefile index 9573b598e06..7f045de6c1f 100644 --- a/devel/rake/Makefile +++ b/devel/rake/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2010/09/10 03:54:51 taca Exp $ +# $NetBSD: Makefile,v 1.16 2010/09/13 14:32:40 taca Exp $ DISTNAME= rake-0.8.7 PKGREVISION= 1 @@ -14,6 +14,8 @@ USE_TOOLS+= gzip FIX_PERM= doc/release_notes/rake-0.7.3.rdoc \ lib/rake/ruby182_test_unit_fix.rb +CONFLICTS+= rake-* + # rake is bundled Ruby 1.9 RUBY_VERSION_SUPPORTED= 18 INSTALLATION_DIRS= ${PKGMANDIR}/man1 |