diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2008-08-15 16:37:51 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2008-08-15 16:37:51 +0000 |
commit | 711ba2936e95ea0cf29ddc2d46664440cff93f41 (patch) | |
tree | 80809d44fe2d7aaf872b6f47e4e07b30f62232f1 /www/MT/Makefile | |
parent | Update to 3.0.5 (diff) |
Update to 4.2
Notes
Notes:
svn path=/head/; revision=218641
Diffstat (limited to 'www/MT/Makefile')
-rw-r--r-- | www/MT/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/MT/Makefile b/www/MT/Makefile index 5502a17268cd..854229a7f895 100644 --- a/www/MT/Makefile +++ b/www/MT/Makefile @@ -6,7 +6,7 @@ # PORTNAME= MT -PORTVERSION= 4.12 +PORTVERSION= 4.2 CATEGORIES= www MASTER_SITES= http://www.movabletype.org/downloads/ DISTNAME= MTOS-${PORTVERSION}-en @@ -25,7 +25,8 @@ RUN_DEPENDS+= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/Crypt/DSA.pm:${PORTSDIR}/security/p5-Crypt-DSA \ ${SITE_PERL}/Mail/Sendmail.pm:${PORTSDIR}/mail/p5-Mail-Sendmail \ ${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip \ - ${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar + ${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \ + ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD .endif DATADIR= www/data @@ -88,7 +89,7 @@ do-install: @${ECHO_MSG} "Installing cgi under ${PREFIX}/${CGIDIR}/" @${MKDIR} ${PREFIX}/${CGIDIR} @cd ${WRKSRC} && ${CP} -R *.cgi mt-config.cgi-original \ - extlib default_templates extlib extras import lib php plugins search_templates \ + extlib default_templates extlib import lib php plugins search_templates \ tmpl tools ${PREFIX}/${CGIDIR} @${ECHO_MSG} "Installing data under ${PREFIX}/${DATADIR}/" @${MKDIR} ${PREFIX}/${DATADIR} |