svn commit: r391212 - head/devel/mdds

Jung-uk Kim jkim at FreeBSD.org
Fri Jul 3 00:00:43 UTC 2015


Author: jkim
Date: Fri Jul  3 00:00:42 2015
New Revision: 391212
URL: https://svnweb.freebsd.org/changeset/ports/391212

Log:
  Set NO_ARCH as it does not install any binary.

Modified:
  head/devel/mdds/Makefile

Modified: head/devel/mdds/Makefile
==============================================================================
--- head/devel/mdds/Makefile	Thu Jul  2 23:53:12 2015	(r391211)
+++ head/devel/mdds/Makefile	Fri Jul  3 00:00:42 2015	(r391212)
@@ -14,6 +14,7 @@ LICENSE=	MIT
 PROJECTHOST=	multidimalgorithm
 
 USES=		tar:bzip2
+NO_ARCH=	yes
 NO_BUILD=	yes
 
 do-configure:


More information about the svn-ports-all mailing list