aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED2
-rw-r--r--net-p2p/Makefile2
-rw-r--r--net-p2p/mute-net-gui/Makefile15
-rw-r--r--net-p2p/mute-net-text/Makefile15
4 files changed, 2 insertions, 32 deletions
diff --git a/MOVED b/MOVED
index 8c889ccf22cc..64fcca004ca7 100644
--- a/MOVED
+++ b/MOVED
@@ -4186,3 +4186,5 @@ x11/kxgenerator||2009-10-07|Has expired: Project abandoned, master site disappea
hebrew/geresh||2009-10-08|No longer maintained upstream
misc/tmux|sysutils/tmux|2009-10-14|Moved to sysutils category
audio/xmms-uade|audio/uade|2009-10-18|decoupled from xmms
+net-p2p/mute-net-gui|net-p2p/mute-net|2009-10-19|Broken for extensive period of time and unmaintained
+net-p2p/mute-net-text|net-p2p/mute-net|2009-10-19|Broken for extensive period of time and unmaintained
diff --git a/net-p2p/Makefile b/net-p2p/Makefile
index 42b6706db1b6..e6cce0ee410f 100644
--- a/net-p2p/Makefile
+++ b/net-p2p/Makefile
@@ -82,8 +82,6 @@
SUBDIR += mooseekd
SUBDIR += museekplus
SUBDIR += mute-net
- SUBDIR += mute-net-gui
- SUBDIR += mute-net-text
SUBDIR += mutella
SUBDIR += napshare
SUBDIR += nicotine
diff --git a/net-p2p/mute-net-gui/Makefile b/net-p2p/mute-net-gui/Makefile
deleted file mode 100644
index 8cc057bb3ac9..000000000000
--- a/net-p2p/mute-net-gui/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# New ports collection makefile for: mute-net GUI
-# Date created: Sat Dec 20 00:39:52 UTC 2003
-# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-# build only the GUI version
-WITHOUT_TEXT= yes
-
-COMMENT= Peer-to-peer GUI client with privacy protection and easy search/download
-
-MASTERDIR= ${.CURDIR}/../mute-net
-
-.include "${MASTERDIR}/Makefile"
diff --git a/net-p2p/mute-net-text/Makefile b/net-p2p/mute-net-text/Makefile
deleted file mode 100644
index eac8d4e266db..000000000000
--- a/net-p2p/mute-net-text/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# New ports collection makefile for: mute-net text based version
-# Date created: Sat Dec 20 00:39:52 UTC 2003
-# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-# build only the text version
-WITHOUT_GUI= yes
-
-COMMENT= Peer-to-peer text client with privacy protection and easy search/download
-
-MASTERDIR= ${.CURDIR}/../mute-net
-
-.include "${MASTERDIR}/Makefile"