summaryrefslogtreecommitdiff
path: root/www/MT/Makefile
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2006-09-20 14:41:23 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2006-09-20 14:41:23 +0000
commitc0d5a5d16ad652e1323ba5d177bf7aed7909c670 (patch)
tree4d55b2fe34471d66b2fc649033f696578e943158 /www/MT/Makefile
parentUpgrade sysutils/qpxtool from 0.5.4 to 0.6 (diff)
Update to 3.32
Changelog: http://www.sixapart.com/movabletype/docs/3.3/h_changelog/3_32.html
Notes
Notes: svn path=/head/; revision=173475
Diffstat (limited to '')
-rw-r--r--www/MT/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/MT/Makefile b/www/MT/Makefile
index 75e100d0c4db..bc003252b6ab 100644
--- a/www/MT/Makefile
+++ b/www/MT/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= MT
-PORTVERSION= 3.3
+PORTVERSION= 3.32
CATEGORIES= www
-DISTNAME= MT-${PORTVERSION}1-en_US
+DISTNAME= MT-${PORTVERSION}-en_US
MAINTAINER= arved@FreeBSD.org
COMMENT= A web-based personal publishing system for weblogs
@@ -24,7 +24,7 @@ RUN_DEPENDS+= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
${SITE_PERL}/Crypt/DSA.pm:${PORTSDIR}/security/p5-Crypt-DSA
.endif
-WRKSRC= ${WRKDIR}/MT-${PORTVERSION}1
+WRKSRC= ${WRKDIR}/MT-${PORTVERSION}
DATADIR= www/data
CGIDIR= www/cgi-bin/mt
@@ -122,6 +122,6 @@ do-install:
post-install:
@${ECHO_CMD} ""
- @${ECHO_MSG} "Please read the documentation http://www.sixapart.com/movabletype/docs/${PORTVERSION}/"
+ @${ECHO_MSG} "Please read the documentation http://www.sixapart.com/movabletype/docs/3.3/"
.include <bsd.port.post.mk>