aboutsummaryrefslogtreecommitdiff
path: root/www/drupal6-nodewords/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-06-16 19:40:42 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-06-16 19:40:42 +0000
commit5f131d0667c36564ae7458a4ea7343d88a56c29d (patch)
tree573afd2ea27f17954ae68afe4609f1629fca4f60 /www/drupal6-nodewords/Makefile
parent709d0daacf85defd899b3a6eae457d4c8602aa21 (diff)
Notes
Diffstat (limited to 'www/drupal6-nodewords/Makefile')
-rw-r--r--www/drupal6-nodewords/Makefile23
1 files changed, 12 insertions, 11 deletions
diff --git a/www/drupal6-nodewords/Makefile b/www/drupal6-nodewords/Makefile
index d48dcb966031..12d5a827fe9f 100644
--- a/www/drupal6-nodewords/Makefile
+++ b/www/drupal6-nodewords/Makefile
@@ -1,4 +1,4 @@
-# New ports collection makefile for: drupal5-nodewords
+# New ports collection makefile for: drupal6-nodewords
# Date created: 08 Nov 2008
# Whom: Nick Hilliard <nick@netability.ie>
#
@@ -6,21 +6,22 @@
#
PORTNAME= nodewords
-DISTVERSION= 5.x-1.12
+DISTVERSION= 6.x-1.0
CATEGORIES= www
MAINTAINER= nick@foobar.org
COMMENT= A drupal module which allows the end-user to set meta tags for nodes
-DRUPAL5_MODULE= yes
-MODULE_DIRS= metatags
-MODULE_FILES= metatags/DC.Title.inc metatags/Revisit-After.inc \
- metatags/abstract.inc metatags/copyright.inc \
- metatags/description.inc metatags/geourl.inc \
- metatags/keywords.inc metatags/robots.inc nodewords.info \
- nodewords.install nodewords.module
-
-DOC_FILES= LICENSE.txt README.txt
+DRUPAL6_MODULE= yes
+MODULE_DIRS= metatags translations
+MODULE_FILES= metatags/Revisit-After.inc metatags/abstract.inc \
+ metatags/copyright.inc metatags/description.inc \
+ metatags/geourl.inc metatags/keywords.inc \
+ metatags/robots.inc nodewords.admin.inc nodewords.info \
+ nodewords.install nodewords.module translations/de.po \
+ translations/fr.po translations/ja.po translations/ru.po \
+ translations/nodewords.pot
+DOC_FILES= node.tpl.php-example README.txt LICENSE.txt
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk"