diff options
author | delphij <delphij@FreeBSD.org> | 2014-05-13 02:03:46 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2014-05-13 02:03:46 +0800 |
commit | 01711c22ba234834851a42b53a75596de79cdaf1 (patch) | |
tree | 22062a7954c74a40d4fbb65bc440caae840f331d /www/dokuwiki/Makefile | |
parent | 31fef39f42ee43084b8fefee7eda979699ff4d63 (diff) | |
download | freebsd-ports-gnome-01711c22ba234834851a42b53a75596de79cdaf1.tar.gz freebsd-ports-gnome-01711c22ba234834851a42b53a75596de79cdaf1.tar.zst freebsd-ports-gnome-01711c22ba234834851a42b53a75596de79cdaf1.zip |
Fix breakage introduced by previous commit.
I have compared the two distfiles (old and new) and the only difference
was a rename of the containing directory and removal of a few test and
scratch files.
While I'm there also make pkg-message show what the administrator should
do in a new installation because the scripts are intentionally installed
under root:wheel.
Diffstat (limited to 'www/dokuwiki/Makefile')
-rw-r--r-- | www/dokuwiki/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/www/dokuwiki/Makefile b/www/dokuwiki/Makefile index 81c711d30c1c..e50055707e71 100644 --- a/www/dokuwiki/Makefile +++ b/www/dokuwiki/Makefile @@ -3,6 +3,7 @@ PORTNAME= dokuwiki PORTVERSION= ${DIST_VER:S/${PORTNAME}//:S/-//g} +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://download.dokuwiki.org/src/dokuwiki/ DISTNAME= ${DIST_VER} @@ -13,17 +14,11 @@ COMMENT= Simple and easy to use wiki, no database required LICENSE= GPLv2 -# 2014-05-12 upstream re-rolled the DISTFILE w/o changing it's name! -# Somebody needs to advise upstream they need a RCS, or VCS! - DIST_VER= ${PORTNAME}-2014-05-05 USE_PHP= gd mbstring openssl pcre session xml zlib NO_BUILD= YES WANT_PHP_WEB= YES -# XXX - What the author is thinking about? -WRKSRC= ${WRKDIR}/${PORTNAME}-2014-05-06 - SUB_FILES= pkg-message SUB_LIST+= PORTNAME=${PORTNAME} SHAREOWN= ${WWWOWN} |