summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-06 23:28:42 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-06 23:28:42 +0000
commit6df39ec064e890ee7e91d5f6f9c1625743791e6a (patch)
tree54df999c06d6db178d940d58097d02bb9e37fdc4
parent5d970f4250f9d4b7c0723e2f3d3319834afd9d23 (diff)
downloadfreebsd-ports-6df39ec064e890ee7e91d5f6f9c1625743791e6a.zip
Do not show colored output for pkg-message this is wrong because
1/ the code will depend on the terminal running it 2/ pkgng does not like it at all (this bug should be fixed in pkgng anyway) Reported by: antoine
-rw-r--r--www/tikiwiki/Makefile1
-rw-r--r--www/tikiwiki/files/pkg-message.in6
2 files changed, 4 insertions, 3 deletions
diff --git a/www/tikiwiki/Makefile b/www/tikiwiki/Makefile
index 0306cb3db967..4e54b62c6a87 100644
--- a/www/tikiwiki/Makefile
+++ b/www/tikiwiki/Makefile
@@ -3,6 +3,7 @@
PORTNAME= tikiwiki
PORTVERSION= 11.0
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= SF/${PORTNAME}/Tiki_11.x_Vega/${PORTVERSION}/
DISTNAME= tiki-${PORTVERSION}
diff --git a/www/tikiwiki/files/pkg-message.in b/www/tikiwiki/files/pkg-message.in
index 8ca0d9356cf4..eaa5e1881f28 100644
--- a/www/tikiwiki/files/pkg-message.in
+++ b/www/tikiwiki/files/pkg-message.in
@@ -1,13 +1,13 @@
=================================================================
**** NOTE ****
1) Please add the following to your apache config, and restart.
- #
+ #
# Directives to allow use of tikiwiki
#
- Alias /%%PORTNAME%% "%%PREFIX%%/%%TIKIWIKI_DIR%%/"
+ Alias /%%PORTNAME%% "%%PREFIX%%/%%TIKIWIKI_DIR%%/"
2) Open the following page in your browser and follow the instructions:
- http://www.your.host/tikiwiki/
+ http://www.your.host/tikiwiki/
For FULL configuration instructions see
http://http://doc.tiki.org/Tiki+Installation+Guide