diff options
author | arved <arved@FreeBSD.org> | 2008-02-06 05:19:00 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2008-02-06 05:19:00 +0800 |
commit | 6c202ecbeac32422b6d55c0fc2a15000e6c35531 (patch) | |
tree | 79ac37d1ee9f069ad672c0d0ee293cf6256f31b9 /www/MT | |
parent | 7558d78a8cd7871189987f3eceb6a87f406a0988 (diff) | |
download | freebsd-ports-gnome-6c202ecbeac32422b6d55c0fc2a15000e6c35531.tar.gz freebsd-ports-gnome-6c202ecbeac32422b6d55c0fc2a15000e6c35531.tar.zst freebsd-ports-gnome-6c202ecbeac32422b6d55c0fc2a15000e6c35531.zip |
Fix pkg-plist
Submitted by: pointyhat via pav
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 |