svn commit: r375998 - head/www/MT

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jan 1 16:31:02 UTC 2015


Author: sunpoet
Date: Thu Jan  1 16:31:00 2015
New Revision: 375998
URL: https://svnweb.freebsd.org/changeset/ports/375998
QAT: https://qat.redports.org/buildarchive/r375998/

Log:
  - Uncomment NO_ARCH, which should be committed in r375997

Modified:
  head/www/MT/Makefile

Modified: head/www/MT/Makefile
==============================================================================
--- head/www/MT/Makefile	Thu Jan  1 16:26:28 2015	(r375997)
+++ head/www/MT/Makefile	Thu Jan  1 16:31:00 2015	(r375998)
@@ -49,7 +49,7 @@ PLIST_SUB+=	DATADIR=${DATADIR} CGIDIR=${
 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


More information about the svn-ports-head mailing list