diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-10-19 12:00:26 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-10-19 12:00:26 +0000 |
commit | 643fb48ec24a2b16750f3a205e0dfc77b2818ba7 (patch) | |
tree | 5f00826b8264cd1d7f80002027c8fe2b6effa055 /net-p2p | |
parent | bd38680a690dd7f45d9ef07366f61add5142ac4b (diff) |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/mute-net-gui/Makefile | 15 | ||||
-rw-r--r-- | net-p2p/mute-net-text/Makefile | 15 |
3 files changed, 0 insertions, 32 deletions
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" |