diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-01-01 16:31:00 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-01-01 16:31:00 +0000 |
commit | 89b5f82662c4834c855689c61ba50746931b2b68 (patch) | |
tree | c9d52107c6d4f321f7210ed74fb6f321caf53dc5 /www/MT | |
parent | 5f1f5c5736de425fa373b58770bc369c7bd2c9fa (diff) | |
download | ports-89b5f82662c4834c855689c61ba50746931b2b68.tar.gz ports-89b5f82662c4834c855689c61ba50746931b2b68.zip |
Notes
Diffstat (limited to 'www/MT')
-rw-r--r-- | www/MT/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/MT/Makefile b/www/MT/Makefile index a4a4248c3673..8931434df456 100644 --- a/www/MT/Makefile +++ b/www/MT/Makefile @@ -49,7 +49,7 @@ PLIST_SUB+= DATADIR=${DATADIR} CGIDIR=${CGIDIR} DB_DIR=${DB_DIR}\ USES= perl5 shebangfix USE_PERL5= run SHEBANG_FILES= *.cgi -#NO_ARCH= yes +NO_ARCH= yes NO_BUILD= yes MT_DOCS_URL?= http://www.movabletype.org/documentation/ MT_UPGRADE_URL?=http://www.movabletype.org/documentation/installation/upgrade-movable-type.html |