diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-07 07:28:42 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-07 07:28:42 +0800 |
commit | cd54aeee8e91347bf7533ca3837e57743bd7a25a (patch) | |
tree | 54df999c06d6db178d940d58097d02bb9e37fdc4 /www | |
parent | 40f8dc2e382d96a32e2778da0fb196fc777b1599 (diff) | |
download | freebsd-ports-gnome-cd54aeee8e91347bf7533ca3837e57743bd7a25a.tar.gz freebsd-ports-gnome-cd54aeee8e91347bf7533ca3837e57743bd7a25a.tar.zst freebsd-ports-gnome-cd54aeee8e91347bf7533ca3837e57743bd7a25a.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
Diffstat (limited to 'www')
-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 |