aboutsummaryrefslogtreecommitdiffstats
path: root/www/drupal7/Makefile
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2006-02-20 14:09:40 +0800
committerbrooks <brooks@FreeBSD.org>2006-02-20 14:09:40 +0800
commit8816bd4b1b4bff5854ab0e27f20678cc4981dda1 (patch)
tree35b996ed8f0bd3d893ef84db776d095cd337edcc /www/drupal7/Makefile
parentfc9850032a0fb4cf5d18c3232e25b3679477aebe (diff)
downloadfreebsd-ports-gnome-8816bd4b1b4bff5854ab0e27f20678cc4981dda1.tar.gz
freebsd-ports-gnome-8816bd4b1b4bff5854ab0e27f20678cc4981dda1.tar.zst
freebsd-ports-gnome-8816bd4b1b4bff5854ab0e27f20678cc4981dda1.zip
Since drupal.org annoyingly rerolls their distfiles nightly, keep out
own copy on the FreeBSD mirror network. Change PORT_REVISION to be the date of the snapshot plus two digits for revisions within a version. Move to storing the distfile in the drupal subdir along with the modules. Reported by: Andreas Kohn <andreas at syndrom23 dot de>
Diffstat (limited to 'www/drupal7/Makefile')
-rw-r--r--www/drupal7/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/www/drupal7/Makefile b/www/drupal7/Makefile
index 538f434c4c4b..7bbca36610bc 100644
--- a/www/drupal7/Makefile
+++ b/www/drupal7/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>