diff options
author | az <az@FreeBSD.org> | 2014-03-11 16:23:24 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2014-03-11 16:23:24 +0800 |
commit | 0e9d5e4627349edd85a2cb4afed419ef7cb3a2c2 (patch) | |
tree | e4172a7de8b5fdb6c125dbef03507e49f7e1452f /www/xpi-unplug | |
parent | 8bc5fd7c0109c8a333862b5f2e156c849221a909 (diff) | |
download | freebsd-ports-gnome-0e9d5e4627349edd85a2cb4afed419ef7cb3a2c2.tar.gz freebsd-ports-gnome-0e9d5e4627349edd85a2cb4afed419ef7cb3a2c2.tar.zst freebsd-ports-gnome-0e9d5e4627349edd85a2cb4afed419ef7cb3a2c2.zip |
- remove outdated xpi-post-extract check: distfile don't contain any CVS markers
Approved by: miwi@ (gecko@)
Diffstat (limited to 'www/xpi-unplug')
-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> |