aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2006-04-17 05:59:16 +0800
committerthierry <thierry@FreeBSD.org>2006-04-17 05:59:16 +0800
commitf1998c6fe32b117856e90be340df43202ca272cd (patch)
tree4c4f7537a8ef57c6fe4e9aadbcda93eb744ae75d /www
parent76420960ff2093dd250d6a6dde0a1c0904f4ff8d (diff)
downloadfreebsd-ports-gnome-f1998c6fe32b117856e90be340df43202ca272cd.tar.gz
freebsd-ports-gnome-f1998c6fe32b117856e90be340df43202ca272cd.tar.zst
freebsd-ports-gnome-f1998c6fe32b117856e90be340df43202ca272cd.zip
Remove adblock-firefox, which has been replaced by xpi-adblock.
Note: no repocopy, because adblock-firefox was just a slave port, without a history to preserve.
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/adblock-firefox/Makefile19
2 files changed, 0 insertions, 20 deletions
diff --git a/www/Makefile b/www/Makefile
index 6cc1cfd0cff2..ccdb71e4fc4a 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -7,7 +7,6 @@
SUBDIR += WebMagick
SUBDIR += abcache
SUBDIR += adblock
- SUBDIR += adblock-firefox
SUBDIR += admuser
SUBDIR += adzap
SUBDIR += amaya
diff --git a/www/adblock-firefox/Makefile b/www/adblock-firefox/Makefile
deleted file mode 100644
index 31feb77f6b22..000000000000
--- a/www/adblock-firefox/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Ports collection makefile for: adblock-firefox
-# Date created: Thu Aug 4, 2005
-# Whom: Thierry Thomas (<thierry@pompo.net>)
-#
-# $FreeBSD$
-#
-
-PORTNAME= adblock
-
-MAINTAINER= thierry@FreeBSD.org
-COMMENT= A content filtering plug-in for Firefox
-
-MASTERDIR= ${.CURDIR}/../adblock
-
-WITH_FIREFOX= yes
-
-BROKEN= "Does not build with new Firefox"
-
-.include "${MASTERDIR}/Makefile"