diff options
Diffstat (limited to 'www/wordpress/Makefile')
-rw-r--r-- | www/wordpress/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/www/wordpress/Makefile b/www/wordpress/Makefile index aa84cc0ffbe..738172047ac 100644 --- a/www/wordpress/Makefile +++ b/www/wordpress/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2010/03/21 22:47:34 morr Exp $ +# $NetBSD: Makefile,v 1.10 2010/04/19 22:34:02 morr Exp $ DISTNAME= wordpress-${VERSION} -VERSION= 2.8.6 +VERSION= 2.9.2 CATEGORIES= www MASTER_SITES= http://wordpress.org/ @@ -20,11 +20,11 @@ USE_TOOLS+= pax NO_BUILD= yes WRKSRC= ${WRKDIR}/wordpress -WWW_USER?= ${APACHE_USER} -WWW_GROUP?= ${APACHE_GROUP} +WWW_USER?= ${APACHE_USER} +WWW_GROUP?= ${APACHE_GROUP} -PKG_GROUPS_VARS+= WWW_GROUP -PKG_USERS_VARS+= WWW_USER +PKG_GROUPS_VARS= WWW_GROUP +PKG_USERS_VARS= WWW_USER BUILD_DEFS+= WWW_USER WWW_GROUP APACHE_USER APACHE_GROUP EGDIR= ${PREFIX}/share/examples/wordpress DOCDIR= ${PREFIX}/share/doc/wordpress @@ -36,7 +36,7 @@ CONF_FILES+= ${EGDIR}/wordpress.conf ${PKG_SYSCONFDIR}/wordpress.conf CONF_FILES_PERMS+= ${EGDIR}/wp-config-sample.php ${WPHOME}/wp-config.php \ ${WWW_USER} ${WWW_GROUP} 0640 OWN_DIRS_PERMS+= ${WPHOME}/wp-content/uploads \ - ${WWW_USER} ${WWW_GROUP} 0640 + ${WWW_USER} ${WWW_GROUP} 0750 INSTALLATION_DIRS+= ${DOCDIR} ${WPHOME} ${EGDIR} |