diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-06 23:28:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-06 23:28:42 +0000 |
commit | 6df39ec064e890ee7e91d5f6f9c1625743791e6a (patch) | |
tree | 54df999c06d6db178d940d58097d02bb9e37fdc4 | |
parent | 5d970f4250f9d4b7c0723e2f3d3319834afd9d23 (diff) | |
download | freebsd-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/Makefile | 1 | ||||
-rw-r--r-- | www/tikiwiki/files/pkg-message.in | 6 |
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. - [1;32m# + # # Directives to allow use of tikiwiki # - Alias /%%PORTNAME%% "%%PREFIX%%/%%TIKIWIKI_DIR%%/"[m + Alias /%%PORTNAME%% "%%PREFIX%%/%%TIKIWIKI_DIR%%/" 2) Open the following page in your browser and follow the instructions: - [1;36mhttp://www.your.host/tikiwiki/[m + http://www.your.host/tikiwiki/ For FULL configuration instructions see http://http://doc.tiki.org/Tiki+Installation+Guide |