diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2016-08-15 11:09:24 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2016-08-15 11:09:24 +0000 |
commit | 0338e80dcfefe5b91a15f9674a7d95a3ed11f9c4 (patch) | |
tree | c43d9361d838bf95f9e61582f796aecd5792cbf4 /chinese/wordpress-zh_CN/Makefile | |
parent | 8043e5d1f082ddfb213d61aa7c8b34ea4b3393dc (diff) |
Notes
Diffstat (limited to 'chinese/wordpress-zh_CN/Makefile')
-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} |