aboutsummaryrefslogtreecommitdiff
path: root/www/drupal7/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-05-04 13:48:22 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-05-04 13:48:22 +0000
commit1f297346c583028e80f73ec8a9671f505f6476cc (patch)
tree3589bd7312e685cbd3e17253158e86f14ab36cf3 /www/drupal7/Makefile
parentb2fa41e6d73c7c0e36ba0870ac16b9e1a2283393 (diff)
- Update to 4.6.0
PR: ports/80565 Submitted by: Sebastian Yepes F. [ESN] <esn@x123.info> (maintainer)
Notes
Notes: svn path=/head/; revision=134603
Diffstat (limited to 'www/drupal7/Makefile')
-rw-r--r--www/drupal7/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/drupal7/Makefile b/www/drupal7/Makefile
index 26ffa971f5a8..bb38519b5cc0 100644
--- a/www/drupal7/Makefile
+++ b/www/drupal7/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= drupal
-PORTVERSION= 4.5.2
+PORTVERSION= 4.6.0
CATEGORIES= www
MASTER_SITES= http://drupal.org/files/projects/
DISTNAME= ${PORTNAME}-${PORTVERSION}
@@ -36,6 +36,7 @@ do-install:
${CP} -R ${WRKSRC}/misc ${PREFIX}/${DRUPDIR}
${CP} -R ${WRKSRC}/modules ${PREFIX}/${DRUPDIR}
${CP} -R ${WRKSRC}/scripts ${PREFIX}/${DRUPDIR}
+ ${CP} -R ${WRKSRC}/sites ${PREFIX}/${DRUPDIR}
${CP} -R ${WRKSRC}/themes ${PREFIX}/${DRUPDIR}
${CP} ${WRKSRC}/update.php ${PREFIX}/${DRUPDIR}
${CP} ${WRKSRC}/xmlrpc.php ${PREFIX}/${DRUPDIR}