aboutsummaryrefslogtreecommitdiffstats
path: root/www/drupal6-pathauto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/drupal6-pathauto/Makefile')
-rw-r--r--www/drupal6-pathauto/Makefile16
1 files changed, 10 insertions, 6 deletions
diff --git a/www/drupal6-pathauto/Makefile b/www/drupal6-pathauto/Makefile
index a2cf5922bdcc..394a0a22850b 100644
--- a/www/drupal6-pathauto/Makefile
+++ b/www/drupal6-pathauto/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pathauto
-DISTVERSION= 6.x-1.3
+DISTVERSION= 6.x-1.4
CATEGORIES= www
MAINTAINER= nick@foobar.org
@@ -15,17 +15,21 @@ COMMENT= Automatically generates URLs for Drupal content
RUN_DEPENDS= drupal6-token>=0:${PORTSDIR}/www/drupal6-token
DRUPAL6_MODULE= yes
-MODULE_FILES= tests/pathauto.test pathauto.admin.inc pathauto.inc \
- pathauto.info pathauto.install pathauto.js pathauto.module \
+MODULE_FILES= pathauto.admin.inc pathauto.inc pathauto.info \
+ pathauto.install pathauto.js pathauto.module \
pathauto_node.inc pathauto_taxonomy.inc pathauto_user.inc \
+ pathauto.api.php pathauto.test \
translations/pathauto.pot translations/ar.po translations/cs.po \
translations/da.po translations/de.po translations/el.po \
translations/es.po translations/fr.po translations/ja.po \
translations/nl.po translations/ru.po translations/tr.po
-MODULE_DIRS= tests translations
+MODULE_DIRS= translations
-DOC_FILES= INSTALL.txt API.txt CHANGELOG.txt README.txt \
- i18n-ascii.example.txt LICENSE.txt
+DOC_FILES= INSTALL.txt API.txt README.txt i18n-ascii.example.txt \
+ LICENSE.txt
+
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk"