diff options
author | Andrej Zverev <az@FreeBSD.org> | 2014-03-11 08:23:24 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2014-03-11 08:23:24 +0000 |
commit | 84a20a8cf2a4af8053ca0d94ab9db1955f88405b (patch) | |
tree | e4172a7de8b5fdb6c125dbef03507e49f7e1452f /www | |
parent | bd99022467de6f23cfb35e42740f3ffc7eb988cb (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/xpi-unplug/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/www/xpi-unplug/Makefile b/www/xpi-unplug/Makefile index 1fb65dce4f1c..138ee8be5f65 100644 --- a/www/xpi-unplug/Makefile +++ b/www/xpi-unplug/Makefile @@ -12,8 +12,5 @@ COMMENT= Converts embedded media to html links XPI_ID= unplug@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> |