diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2008-02-05 21:19:00 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2008-02-05 21:19:00 +0000 |
commit | 2dc455e7367fe609017d5c4b7b2f9297c76c1521 (patch) | |
tree | 149909fdc8602943fa71b95b9e7f46feab1c422a /www/MT | |
parent | f19a697ea29710469793a68998392977eef1b822 (diff) |
Notes
Diffstat (limited to 'www/MT')
-rw-r--r-- | www/MT/Makefile | 4 | ||||
-rw-r--r-- | www/MT/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/www/MT/Makefile b/www/MT/Makefile index 04678615a56b..989fc420cdc3 100644 --- a/www/MT/Makefile +++ b/www/MT/Makefile @@ -7,7 +7,7 @@ PORTNAME= MT PORTVERSION= 4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://www.movabletype.org/downloads/ DISTNAME= MTOS-${PORTVERSION}-en @@ -102,6 +102,6 @@ do-install: post-install: @${ECHO_CMD} "" - @${ECHO_MSG} "Please read the documentation http://www.movabletype.org/documentation/" + @${ECHO_MSG} "Please read the documentation: http://www.movabletype.org/documentation/" .include <bsd.port.post.mk> diff --git a/www/MT/pkg-plist b/www/MT/pkg-plist index 715dbe7bcc0a..7527d946ff99 100644 --- a/www/MT/pkg-plist +++ b/www/MT/pkg-plist @@ -2267,3 +2267,4 @@ @dirrm %%CGIDIR%%/default_templates @dirrmtry %%CGIDIR%%/db @dirrmtry %%CGIDIR%% +@dirrmtry www/cgi-bin |