diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-10 05:48:06 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-10 05:48:06 +0800 |
commit | 5af854c9113009b39c6ef903aaa47021e120e0e4 (patch) | |
tree | 8efc1a2b42a28fd587cdf1891d45885964c21eab /japanese | |
parent | 517a6f2adaf449be2cefa263b52135bdf235b5f7 (diff) | |
download | freebsd-ports-gnome-5af854c9113009b39c6ef903aaa47021e120e0e4.tar.gz freebsd-ports-gnome-5af854c9113009b39c6ef903aaa47021e120e0e4.tar.zst freebsd-ports-gnome-5af854c9113009b39c6ef903aaa47021e120e0e4.zip |
- Clarify LICENSE
- Switch to options helpers
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/wordpress/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/wordpress/Makefile b/japanese/wordpress/Makefile index c02ed904a80a..aecca1e9d248 100644 --- a/japanese/wordpress/Makefile +++ b/japanese/wordpress/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://ja.wordpress.org/ MAINTAINER= ports@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}/ |