diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2007-01-29 13:13:08 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2007-01-29 13:13:08 +0000 |
commit | a53b94b50b156ae7259f7ad0fe460275b5eb2f1c (patch) | |
tree | 973ebfcf5195cc780727d8bbbb560223635d3a50 /www/MT/Makefile | |
parent | Remove expired leaf port: (diff) |
Update to 3.34
Notes
Notes:
svn path=/head/; revision=183620
Diffstat (limited to 'www/MT/Makefile')
-rw-r--r-- | www/MT/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/MT/Makefile b/www/MT/Makefile index 949bf2512bb0..0f386be19693 100644 --- a/www/MT/Makefile +++ b/www/MT/Makefile @@ -6,9 +6,9 @@ # PORTNAME= MT -PORTVERSION= 3.33 +PORTVERSION= 3.34 CATEGORIES= www -DISTNAME= MT-${PORTVERSION}-en_US +DISTNAME= MT-${PORTVERSION}-en MAINTAINER= arved@FreeBSD.org COMMENT= A web-based personal publishing system for weblogs @@ -24,7 +24,6 @@ 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} DATADIR= www/data CGIDIR= www/cgi-bin/mt |