diff options
Diffstat (limited to 'www/drupal4/Makefile')
-rw-r--r-- | www/drupal4/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www/drupal4/Makefile b/www/drupal4/Makefile index 538f434c4c4b..7bbca36610bc 100644 --- a/www/drupal4/Makefile +++ b/www/drupal4/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> |