diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-14 18:11:31 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-14 18:11:31 +0800 |
commit | 5062e10255105500f55b0bff1b39a1508dd2f5b4 (patch) | |
tree | 3479a43dc127e05c44b0812e8d011e5558420ef6 /net | |
parent | 1ef621e6c0cb0f06275d0f3e8b14654e51f35970 (diff) | |
download | freebsd-ports-gnome-5062e10255105500f55b0bff1b39a1508dd2f5b4.tar.gz freebsd-ports-gnome-5062e10255105500f55b0bff1b39a1508dd2f5b4.tar.zst freebsd-ports-gnome-5062e10255105500f55b0bff1b39a1508dd2f5b4.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.
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/linphone/Makefile | 12 |
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" |