aboutsummaryrefslogtreecommitdiff
path: root/www/drupal6/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-03-27 13:38:47 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-03-27 13:38:47 +0000
commitc5671f5d138333bb284a1b9734351ebcb1fe6cb4 (patch)
tree1ff87391d9aec10507aa1770c2fdddbf421c40f0 /www/drupal6/Makefile
parentd4b894416dcb648fa5ae1ae0ae1f4e1ec35cc1f6 (diff)
downloadports-c5671f5d138333bb284a1b9734351ebcb1fe6cb4.tar.gz
ports-c5671f5d138333bb284a1b9734351ebcb1fe6cb4.zip
Notes
Diffstat (limited to 'www/drupal6/Makefile')
-rw-r--r--www/drupal6/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/drupal6/Makefile b/www/drupal6/Makefile
index 566658442145..6c0555ef14b4 100644
--- a/www/drupal6/Makefile
+++ b/www/drupal6/Makefile
@@ -7,6 +7,7 @@
PORTNAME= drupal5
PORTVERSION= 5.1
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://ftp.osuosl.org/pub/drupal/files/projects/
DISTNAME= drupal-${PORTVERSION}
@@ -62,6 +63,8 @@ do-install:
@if [ ! -f ${DRUPAL_DIR}/sites/default/settings.php ]; then \
${CP} -p ${DRUPAL_DIR}/sites/default/settings.php-dist ${DRUPAL_DIR}/sites/default/settings.php ; \
fi
+ ${MKDIR} ${DRUPAL_DIR}/sites/all/modules
+ ${MKDIR} ${DRUPAL_DIR}/sites/all/themes
${CP} -R ${WRKSRC}/themes ${DRUPAL_DIR}
${CP} ${WRKSRC}/update.php ${DRUPAL_DIR}
${CP} ${WRKSRC}/xmlrpc.php ${DRUPAL_DIR}