summaryrefslogtreecommitdiff
path: root/russian/wordpress/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-06-23 12:13:03 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-06-23 12:13:03 +0000
commitbb1900834a5f0f16ff1cd6a969ca4ef9c873568d (patch)
tree17b35beb535a03a11e81fe3759498c94d18a9cec /russian/wordpress/Makefile
parentebb204098f3a08058e4aa2710f13135c2cb8e12c (diff)
downloadfreebsd-ports-bb1900834a5f0f16ff1cd6a969ca4ef9c873568d.zip
- Update to 4.5.3 [1]
- While here: [2] - Fix LICENSE - Remove bogus BROKEN_powerpc64 - this port does not even have build phase, so any build failures indicate infrastructure, not port's problems - Switch to options helpers and fix some minor style nits (silence mkdirs) PR: 210480 [1] Submitted by: 9267096@gmail.com (maintainer) [1] Approved by: portmgr blanket [2]
Diffstat (limited to 'russian/wordpress/Makefile')
-rw-r--r--russian/wordpress/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/russian/wordpress/Makefile b/russian/wordpress/Makefile
index 61c88a9f29b0..cab6d79e226b 100644
--- a/russian/wordpress/Makefile
+++ b/russian/wordpress/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= wordpress
-PORTVERSION= 4.5.2
+PORTVERSION= 4.5.3
DISTVERSIONSUFFIX= -ru_RU
CATEGORIES= russian www
MASTER_SITES= http://ru.wordpress.org/
@@ -10,12 +10,9 @@ MASTER_SITES= http://ru.wordpress.org/
MAINTAINER= 9267096@gmail.com
COMMENT= State-of-the-art semantic personal publishing platform
-LICENSE= GPLv2 GPLv3
-LICENSE_COMB= dual
+LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/license.txt
-BROKEN_powerpc64= Does not build
-
CONFLICTS_INSTALL= wordpress-3.* de-wordpress-3.* ja-wordpress-3.*
NO_ARCH= yes
@@ -52,10 +49,12 @@ pre-install:
${WRKSRC}/wp-config.php.sample ${WRKSRC}/wp-config.php; fi
do-install:
- ${INSTALL} -d -m 755 ${STAGEDIR}${WWWDIR}/
+ @${MKDIR} ${STAGEDIR}${WWWDIR}/
${CP} -R ${WRKSRC}/ ${STAGEDIR}${WWWDIR}/
${FIND} ${STAGEDIR}${WWWDIR}/ -type d -exec ${CHMOD} g+w '{}' \;
- ${MKDIR} ${STAGEDIR}${DOCSDIR}/
+
+do-install-DOCS-on:
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}/
cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
.include <bsd.port.mk>