diff options
author | pawel <pawel@FreeBSD.org> | 2016-08-15 19:09:24 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2016-08-15 19:09:24 +0800 |
commit | 74eccc71d41c6f0064268f6b78fb2a0e199dd10d (patch) | |
tree | c43d9361d838bf95f9e61582f796aecd5792cbf4 /chinese | |
parent | a5e79b32ae23d4d365ffcf9c4ff5eea10fa6db2d (diff) | |
download | freebsd-ports-gnome-74eccc71d41c6f0064268f6b78fb2a0e199dd10d.tar.gz freebsd-ports-gnome-74eccc71d41c6f0064268f6b78fb2a0e199dd10d.tar.zst freebsd-ports-gnome-74eccc71d41c6f0064268f6b78fb2a0e199dd10d.zip |
- Take maintainership [1]
- Convert to USES=php:web
PR: 211728 [1]
Submitted by: Jochen Neumeister [1]
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/wordpress-zh_CN/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/wordpress-zh_CN/Makefile b/chinese/wordpress-zh_CN/Makefile index 9c2213401af7..215f31c6dee1 100644 --- a/chinese/wordpress-zh_CN/Makefile +++ b/chinese/wordpress-zh_CN/Makefile @@ -8,7 +8,7 @@ CATEGORIES= chinese www MASTER_SITES= http://cn.wordpress.org/ PKGNAMESUFFIX= -zh_CN -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= State-of-the-art semantic personal publishing platform LICENSE= GPLv2+ @@ -18,10 +18,10 @@ BROKEN_powerpc64= Does not build WRKSRC= ${WRKDIR}/${PORTNAME} +USES= php:web USE_PHP= curl gd mysqli pcre tokenizer xml zip NO_ARCH= yes NO_BUILD= yes -WANT_PHP_WEB= yes PLIST= ${WRKDIR}/pkg-plist WWWDIR= ${PREFIX}/www/${PORTNAME}${PKGNAMESUFFIX} |