svn commit: r396538 - head/japanese/wordpress

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Sep 9 21:48:07 UTC 2015


Author: amdmi3
Date: Wed Sep  9 21:48:06 2015
New Revision: 396538
URL: https://svnweb.freebsd.org/changeset/ports/396538

Log:
  - Clarify LICENSE
  - Switch to options helpers

Modified:
  head/japanese/wordpress/Makefile

Modified: head/japanese/wordpress/Makefile
==============================================================================
--- head/japanese/wordpress/Makefile	Wed Sep  9 21:03:30 2015	(r396537)
+++ head/japanese/wordpress/Makefile	Wed Sep  9 21:48:06 2015	(r396538)
@@ -10,7 +10,7 @@ MASTER_SITES=	http://ja.wordpress.org/
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	State-of-the-art semantic personal publishing platform
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2 # or later
 
 CONFLICTS_INSTALL=	wordpress-[0-9].* de-wordpress-[0-9].* ru-wordpress-[0-9].*
 
@@ -50,6 +50,8 @@ do-install:
 	${INSTALL} -d -m 755 ${STAGEDIR}${WWWDIR}/
 	${CP} -R ${WRKSRC}/ ${STAGEDIR}${WWWDIR}/
 	${FIND} ${STAGEDIR}${WWWDIR}/ -type d -exec ${CHMOD} g+w '{}' \;
+
+do-install-DOCS-on:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}/
 	cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
 


More information about the svn-ports-all mailing list