summaryrefslogtreecommitdiff
path: root/www/erubis
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2010-09-13 14:12:14 +0000
committertaca <taca@pkgsrc.org>2010-09-13 14:12:14 +0000
commit6c45feebaf89ebecfc0a87e5bf4fa02b6212a090 (patch)
treeaa7be0540426032af94eb4718e5d05494fbe642f /www/erubis
parentd978479149115a0ae000638ee3462a02dc6ee687 (diff)
downloadpkgsrc-6c45feebaf89ebecfc0a87e5bf4fa02b6212a090.tar.gz
* Add CONFLICTS a pattern matches previous package name
without "${RUBY_PKGPREFIX}-".
Diffstat (limited to 'www/erubis')
-rw-r--r--www/erubis/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/erubis/Makefile b/www/erubis/Makefile
index 15c057fc852..f222fa998b9 100644
--- a/www/erubis/Makefile
+++ b/www/erubis/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2010/09/10 10:53:49 taca Exp $
+# $NetBSD: Makefile,v 1.4 2010/09/13 14:12:14 taca Exp $
DISTNAME= erubis-2.6.6
CATEGORIES= www
@@ -10,7 +10,7 @@ LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-abstract>=1.0.0:../../devel/ruby-abstract
-CONFLICTS+= ruby[1-9][0-9]-erubis-*
+CONFLICTS+= ruby[1-9][0-9]-erubis-[0-9]* erubis-[0-9]*
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"