diff options
author | delphij <delphij@FreeBSD.org> | 2011-10-09 17:32:56 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2011-10-09 17:32:56 +0800 |
commit | a9eb636b59794c1ace706902e42468189275a21a (patch) | |
tree | 67a26b0aa6a3d052d3350ae1933d5cd46d2e8b7d /www/dokuwiki | |
parent | edfbf1ad4d14827e93aceef7cc183128705a5653 (diff) | |
download | freebsd-ports-gnome-a9eb636b59794c1ace706902e42468189275a21a.tar.gz freebsd-ports-gnome-a9eb636b59794c1ace706902e42468189275a21a.tar.zst freebsd-ports-gnome-a9eb636b59794c1ace706902e42468189275a21a.zip |
Fix typo in pkg-message.
Submitted by: Tech Nossomy <technossomy mail.com>
Diffstat (limited to 'www/dokuwiki')
-rw-r--r-- | www/dokuwiki/Makefile | 1 | ||||
-rw-r--r-- | www/dokuwiki/pkg-message | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/www/dokuwiki/Makefile b/www/dokuwiki/Makefile index e08a3510061c..502ecb052341 100644 --- a/www/dokuwiki/Makefile +++ b/www/dokuwiki/Makefile @@ -7,6 +7,7 @@ PORTNAME= dokuwiki PORTVERSION= ${DIST_VER:S/${PORTNAME}//:S/-//g} +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.splitbrain.org/_media/projects/dokuwiki/ \ LOCAL/chinsan/${PORTNAME} diff --git a/www/dokuwiki/pkg-message b/www/dokuwiki/pkg-message index 79418cdf60f7..16152a4c2716 100644 --- a/www/dokuwiki/pkg-message +++ b/www/dokuwiki/pkg-message @@ -2,7 +2,7 @@ **** NOTE **** 1) Please add the following to your apache config, and restart. [1;32m# - # Directives to allow use of dokuwki + # Directives to allow use of dokuwiki # Alias /%%PORTNAME%% "%%PREFIX%%/%%DOKUWIKI_DIR%%/"[m |