diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2006-02-20 06:09:40 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2006-02-20 06:09:40 +0000 |
commit | 99c261de5a6a78ceffa6c0dfdef7bb8b6e9ec7ea (patch) | |
tree | 3c4ddc3efc58f56f184cf4bbd33ca702a4d274af /www/drupal6/Makefile | |
parent | 95ae3efb5253b1e8f94b79ba05c1358a745be824 (diff) | |
download | ports-99c261de5a6a78ceffa6c0dfdef7bb8b6e9ec7ea.tar.gz ports-99c261de5a6a78ceffa6c0dfdef7bb8b6e9ec7ea.zip |
Notes
Diffstat (limited to 'www/drupal6/Makefile')
-rw-r--r-- | www/drupal6/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www/drupal6/Makefile b/www/drupal6/Makefile index 538f434c4c4b..7bbca36610bc 100644 --- a/www/drupal6/Makefile +++ b/www/drupal6/Makefile @@ -7,14 +7,17 @@ PORTNAME= drupal PORTVERSION= 4.6.5 -PORTREVISION= 2 +PORTREVISION= 2006010502 CATEGORIES= www -MASTER_SITES= http://drupal.org/files/projects/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= brooks +DIST_SUBDIR= drupal MAINTAINER= brooks@FreeBSD.org COMMENT= CMS that supports pgsql and mysql USE_PHP= gd pcre session xml +WANT_PHP_WEB= yes .include <bsd.port.pre.mk> |