svn commit: r347439 - head/www/protovis

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 8 00:12:21 UTC 2014


Author: sunpoet
Date: Sat Mar  8 00:12:20 2014
New Revision: 347439
URL: http://svnweb.freebsd.org/changeset/ports/347439
QAT: https://qat.redports.org/buildarchive/r347439/

Log:
  - Use USES=zip

Modified:
  head/www/protovis/Makefile

Modified: head/www/protovis/Makefile
==============================================================================
--- head/www/protovis/Makefile	Sat Mar  8 00:12:13 2014	(r347438)
+++ head/www/protovis/Makefile	Sat Mar  8 00:12:20 2014	(r347439)
@@ -5,7 +5,6 @@ PORTNAME=	protovis
 PORTVERSION=	3.2
 CATEGORIES=	www
 MASTER_SITES=	GOOGLE_CODE
-EXTRACT_SUFX=	.zip
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	JavaScript graphical toolkit for data visualization
@@ -15,6 +14,7 @@ LICENSE=	BSD3CLAUSE
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
 NO_BUILD=	yes
+USES=		zip
 
 PORTDOCS=	*
 PORTEXAMPLES=	*


More information about the svn-ports-all mailing list