summaryrefslogtreecommitdiff
path: root/www/drupal/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/drupal/Makefile')
-rw-r--r--www/drupal/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/drupal/Makefile b/www/drupal/Makefile
index efa70906a90..288260e2f9c 100644
--- a/www/drupal/Makefile
+++ b/www/drupal/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23.2.1 2007/10/22 11:37:28 ghen Exp $
+# $NetBSD: Makefile,v 1.23.2.2 2007/12/06 10:11:00 ghen Exp $
-DISTNAME= drupal-5.3
+DISTNAME= drupal-5.4
CATEGORIES= www
MASTER_SITES= http://drupal.org/files/projects/
@@ -19,6 +19,8 @@ PKG_GROUPS_VARS+= APACHE_GROUP
PKG_USERS_VARS+= APACHE_USER
BUILD_DEFS+= APACHE_USER APACHE_GROUP
+USE_TOOLS+= perl:run
+REPLACE_PERL= scripts/code-style.pl
OWN_DIRS+= ${DRUPAL}/sites/default
OWN_DIRS_PERMS+= ${DRUPAL}/files ${APACHE_USER} ${APACHE_GROUP} 0750