diff options
Diffstat (limited to 'www/xpi-unplug/Makefile')
-rw-r--r-- | www/xpi-unplug/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www/xpi-unplug/Makefile b/www/xpi-unplug/Makefile index b471c231641f..5e7ffeb15614 100644 --- a/www/xpi-unplug/Makefile +++ b/www/xpi-unplug/Makefile @@ -6,15 +6,18 @@ # PORTNAME= unplug -DISTVERSION= 1.6.00 +DISTVERSION= 1.6.06 DISTVERSIONSUFFIX= -fx CATEGORIES= www -MASTER_SITES= CSME MAINTAINER= chinsan@FreeBSD.org COMMENT= Converts embedded media to html links XPI_ID= unplug@compunach +XPI_NUM= 2254 + +post-extract: + @${FIND} ${WRKSRC} -type d -name CVS|${XARGS} ${RM} -rf .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> |