diff options
author | Xin LI <delphij@FreeBSD.org> | 2015-03-02 18:45:17 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2015-03-02 18:45:17 +0000 |
commit | 3441efe0db74d89baff5c777bd850c20736f061c (patch) | |
tree | d47a767d3f5cb4005e810f240180daa7f3068f1c | |
parent | - update to devel/libvirt and devel/py-libvirt to 1.2.13 (diff) |
Add CPE information and use USES=tar:tgz.
PR: ports/198174
Submitted by: shun <shun.fbsd.pr dropcut.net>
-rw-r--r-- | www/dokuwiki/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/dokuwiki/Makefile b/www/dokuwiki/Makefile index b0e6dda7539a..7daac75f31a9 100644 --- a/www/dokuwiki/Makefile +++ b/www/dokuwiki/Makefile @@ -7,7 +7,6 @@ PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://download.dokuwiki.org/src/dokuwiki/ DISTNAME= ${DIST_VER} -EXTRACT_SUFX= .tgz MAINTAINER= delphij@FreeBSD.org COMMENT= Simple and easy to use wiki, no database required @@ -19,6 +18,8 @@ USE_PHP= gd mbstring openssl pcre session xml zlib NO_BUILD= YES WANT_PHP_WEB= YES +USES= cpe tar:tgz + SUB_FILES= pkg-message SUB_LIST+= PORTNAME=${PORTNAME} SHAREOWN= ${WWWOWN} |