aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-07-14 10:11:31 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-07-14 10:11:31 +0000
commit021e8650b18f5046810b2333130e2a149203af33 (patch)
tree3479a43dc127e05c44b0812e8d011e5558420ef6 /net
parent0a84704697012178865dae3ad4b7d62e843e2f32 (diff)
downloadports-021e8650b18f5046810b2333130e2a149203af33.tar.gz
ports-021e8650b18f5046810b2333130e2a149203af33.zip
Temporarily remove net/linphone slave port. It will be replaced by
net/linphone-base master port but cannot happen in one commit due to a pre-commit hook that disallows file replacements.
Notes
Notes: svn path=/head/; revision=361760
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/linphone/Makefile12
2 files changed, 0 insertions, 13 deletions
diff --git a/net/Makefile b/net/Makefile
index 7899bf151345..abeedad29a76 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -346,7 +346,6 @@
SUBDIR += linc
SUBDIR += linc-reference
SUBDIR += linknx
- SUBDIR += linphone
SUBDIR += linphone-base
SUBDIR += linux-f10-nss_ldap
SUBDIR += linux-f10-openldap
diff --git a/net/linphone/Makefile b/net/linphone/Makefile
deleted file mode 100644
index 344d4d54ddf9..000000000000
--- a/net/linphone/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
-# $FreeBSD$
-
-PORTREVISION= 4
-CATEGORIES= net gnome
-
-LINPHONE_GUI= yes
-
-MASTERDIR= ${.CURDIR}/../../net/linphone-base
-
-NO_STAGE= yes
-.include "${MASTERDIR}/Makefile"