diff options
author | taca <taca@pkgsrc.org> | 2012-01-29 22:27:27 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-01-29 22:27:27 +0000 |
commit | 514fe772c5e8ce8dc9a96bc6714e94fc4c3ff064 (patch) | |
tree | ef8613787c2cf1571ad82c0d0b795b7228d46df0 /www/drupal7 | |
parent | 9f9a8967fcc4786c33cd6cfb8aa23719091e5be9 (diff) | |
download | pkgsrc-514fe772c5e8ce8dc9a96bc6714e94fc4c3ff064.tar.gz |
Remove CONFLICTS since these pacakges have the same PKGBASE.
Bump PKGREVISION of www/drupal and www/drupal6 to reflect this change.
Diffstat (limited to 'www/drupal7')
-rw-r--r-- | www/drupal7/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/drupal7/Makefile b/www/drupal7/Makefile index e6c2775c356..1537ac958c9 100644 --- a/www/drupal7/Makefile +++ b/www/drupal7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/12/16 12:57:06 taca Exp $ +# $NetBSD: Makefile,v 1.2 2012/01/29 22:27:27 taca Exp $ DISTNAME= drupal-7.10 CATEGORIES= www @@ -9,8 +9,6 @@ HOMEPAGE= http://drupal.org/ COMMENT= Open source content management system LICENSE= gnu-gpl-v2 -CONFLICTS+= drupal-[1-9].*{,nb*} - PKG_DESTDIR_SUPPORT= user-destdir .include "../../lang/php/phpversion.mk" |