svn commit: r347437 - head/www/tinymce

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


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

Log:
  - Use USES=zip

Modified:
  head/www/tinymce/Makefile

Modified: head/www/tinymce/Makefile
==============================================================================
--- head/www/tinymce/Makefile	Sat Mar  8 00:09:15 2014	(r347436)
+++ head/www/tinymce/Makefile	Sat Mar  8 00:12:09 2014	(r347437)
@@ -7,7 +7,6 @@ CATEGORIES=	www
 MASTER_SITES=	http://download.moxiecode.com/${PORTNAME}/ \
 		LOCAL/sunpoet
 DISTNAME=	${PORTNAME}_${PORTVERSION}
-EXTRACT_SUFX=	.zip
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Open source JavaScript HTML WYSIWYG editor for web sites
@@ -18,6 +17,7 @@ CONFLICTS_INSTALL=	tinymce-[0-35-9]* tin
 
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}
+USES=		zip
 
 post-extract:
 	@cd ${WRKSRC}/ && ${FIND} -s * -type d -empty | ${XARGS} -I % ${TOUCH} %/.keepme


More information about the svn-ports-head mailing list