aboutsummaryrefslogtreecommitdiff
path: root/www/drupal6-google_analytics/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/drupal6-google_analytics/Makefile')
-rw-r--r--www/drupal6-google_analytics/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/www/drupal6-google_analytics/Makefile b/www/drupal6-google_analytics/Makefile
index f5103dbabfc2..873cdd64eb0c 100644
--- a/www/drupal6-google_analytics/Makefile
+++ b/www/drupal6-google_analytics/Makefile
@@ -6,17 +6,16 @@
#
PORTNAME= google_analytics
-DISTVERSION= 5.x-1.0
-PORTREVISION= 1
+DISTVERSION= 5.x-1.6
CATEGORIES= www
-MASTER_SITES= http://ftp.osuosl.org/pub/drupal/files/projects/
MAINTAINER= nick@foobar.org
COMMENT= Adds the Google Analytics web statistics tracking system to your website.
DRUPAL5_MODULE= yes
-MODULE_FILES= googleanalytics.info googleanalytics.install googleanalytics.module
-DOC_FILES= LICENSE.txt README.txt
+MODULE_FILES= googleanalytics.info googleanalytics.install googleanalytics.js \
+ googleanalytics.module
+DOC_FILES= LICENSE.txt README.txt UPGRADE.txt
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk"