svn commit: r347867 - head/www/xpi-unplug

Andrej Zverev az at FreeBSD.org
Tue Mar 11 08:23:26 UTC 2014


Author: az
Date: Tue Mar 11 08:23:24 2014
New Revision: 347867
URL: http://svnweb.freebsd.org/changeset/ports/347867
QAT: https://qat.redports.org/buildarchive/r347867/

Log:
  - remove outdated xpi-post-extract check: distfile don't contain any CVS markers
  
  Approved by:	miwi@ (gecko@)

Modified:
  head/www/xpi-unplug/Makefile

Modified: head/www/xpi-unplug/Makefile
==============================================================================
--- head/www/xpi-unplug/Makefile	Tue Mar 11 07:36:19 2014	(r347866)
+++ head/www/xpi-unplug/Makefile	Tue Mar 11 08:23:24 2014	(r347867)
@@ -12,8 +12,5 @@ COMMENT=	Converts embedded media to html
 XPI_ID=		unplug at compunach
 XPI_NUM=	2254
 
-xpi-post-extract:
-	${FIND} ${WRKSRC} -type d -name CVS|${XARGS} ${RM} -rf
-
 .include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list