aboutsummaryrefslogtreecommitdiffstats
path: root/www/drupal/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-05-04 21:48:22 +0800
committerpav <pav@FreeBSD.org>2005-05-04 21:48:22 +0800
commitbedf83a40b1028379874142f2955c869c2245fcd (patch)
tree1d853f3b466205478694f400e9299522a2866098 /www/drupal/Makefile
parent317c464d47789c23e3681fd8960a74dd16a492dd (diff)
downloadfreebsd-ports-gnome-bedf83a40b1028379874142f2955c869c2245fcd.tar.gz
freebsd-ports-gnome-bedf83a40b1028379874142f2955c869c2245fcd.tar.zst
freebsd-ports-gnome-bedf83a40b1028379874142f2955c869c2245fcd.zip
- Update to 4.6.0
PR: ports/80565 Submitted by: Sebastian Yepes F. [ESN] <esn@x123.info> (maintainer)
Diffstat (limited to 'www/drupal/Makefile')
-rw-r--r--www/drupal/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/drupal/Makefile b/www/drupal/Makefile
index 26ffa971f5a8..bb38519b5cc0 100644
--- a/www/drupal/Makefile
+++ b/www/drupal/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}