diff options
author | jlam <jlam> | 2006-03-14 20:43:23 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-03-14 20:43:23 +0000 |
commit | fe2fe99021135aa7c941001b7ce1f51fa68951ee (patch) | |
tree | 9c9ea5066b7ca8b899de7c2a8f0435bf1d37ee6b /www/drupal | |
parent | 0c8215fb0e08d6e641a195411ae868a9bcec9a57 (diff) | |
download | pkgsrc-fe2fe99021135aa7c941001b7ce1f51fa68951ee.tar.gz |
USE_PKGINSTALL isn't needed here to make these packagse use the
pkginstall framework. In the case of libtool-base, avoid using
FILES_SUBST_SED where it isn't needed.
Diffstat (limited to 'www/drupal')
-rw-r--r-- | www/drupal/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/drupal/Makefile b/www/drupal/Makefile index f6710a7a79e..2d1966eafa3 100644 --- a/www/drupal/Makefile +++ b/www/drupal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/03/14 16:48:48 adrianp Exp $ +# $NetBSD: Makefile,v 1.7 2006/03/14 20:43:23 jlam Exp $ DISTNAME= drupal-4.6.6 CATEGORIES= www @@ -12,7 +12,6 @@ DEPENDS+= ap-php>=4.3.3:../../www/ap-php DEPENDS+= php-gd>=4.3.3:../../graphics/php-gd NO_BUILD= YES -USE_PKGINSTALL= YES DRUPAL= ${PREFIX}/share/drupal PAX_DIRS= database includes misc modules scripts themes |