summaryrefslogtreecommitdiff
path: root/www/drupal/Makefile
diff options
context:
space:
mode:
authoradrianp <adrianp>2006-10-20 22:19:54 +0000
committeradrianp <adrianp>2006-10-20 22:19:54 +0000
commit3066229fe8fe1ccca64e5d120d1ca9b8631b6a6a (patch)
tree810c9dba84dae2805cb5cc1fd2fc65f0f777bc3c /www/drupal/Makefile
parent890422b5850f9afae6c577ce2cc7f91388058f36 (diff)
downloadpkgsrc-3066229fe8fe1ccca64e5d120d1ca9b8631b6a6a.tar.gz
Update to 4.7.4
Make pkglint happy * Fix problems reported using the bug tracking system * Fixes for three security issues: http://drupal.org/files/sa-2006-024/advisory.txt http://drupal.org/files/sa-2006-025/advisory.txt http://drupal.org/files/sa-2006-026/advisory.txt
Diffstat (limited to 'www/drupal/Makefile')
-rw-r--r--www/drupal/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/www/drupal/Makefile b/www/drupal/Makefile
index edf568004d8..9b0659c1ffd 100644
--- a/www/drupal/Makefile
+++ b/www/drupal/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2006/08/05 12:44:02 adrianp Exp $
+# $NetBSD: Makefile,v 1.16 2006/10/20 22:19:54 adrianp Exp $
-DISTNAME= drupal-4.7.3
+DISTNAME= drupal-4.7.4
CATEGORIES= www
MASTER_SITES= http://drupal.org/files/projects/
@@ -14,6 +14,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-gd>=4.3.3:../../graphics/php-gd
NO_BUILD= YES
DRUPAL= ${PREFIX}/share/drupal
PAX_DIRS= database includes misc modules scripts themes
+BUILD_DEFS+= APACHE_USER APACHE_GROUP
CONF_FILES= ${PREFIX}/share/examples/drupal/drupal.conf \
${PKG_SYSCONFDIR}/drupal.conf
@@ -60,4 +61,8 @@ do-install:
${CHOWN} ${APACHE_USER}:${APACHE_GROUP} ${DRUPAL}/files
${CHMOD} 0770 ${DRUPAL}/files
+post-install:
+ ${FIND} ${DRUPAL}/themes -name \*.jpg | ${XARGS} ${CHMOD} 0644
+ ${FIND} ${DRUPAL}/themes -name \*.png | ${XARGS} ${CHMOD} 0644
+
.include "../../mk/bsd.pkg.mk"