aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2005-07-19 10:56:38 +0800
committerlinimon <linimon@FreeBSD.org>2005-07-19 10:56:38 +0800
commitdb6c2c9ea66057dd0221d76d18a31af4d5e3fe1d (patch)
tree5d333a2573819c7f0bceda87d0c6a04ca214d292 /net
parent86dca8b6fe68737a7b7ee73e97ef4014e71230b6 (diff)
downloadfreebsd-ports-gnome-db6c2c9ea66057dd0221d76d18a31af4d5e3fe1d.tar.gz
freebsd-ports-gnome-db6c2c9ea66057dd0221d76d18a31af4d5e3fe1d.tar.zst
freebsd-ports-gnome-db6c2c9ea66057dd0221d76d18a31af4d5e3fe1d.zip
Remove tramp-emacs20; it does not install and an emacs21 version is
available. Hat: portmgr
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/tramp-emacs20/Makefile17
2 files changed, 0 insertions, 18 deletions
diff --git a/net/Makefile b/net/Makefile
index 508a0963c252..d9b292407b3f 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -825,7 +825,6 @@
SUBDIR += trafshow
SUBDIR += trafshow4
SUBDIR += tramp
- SUBDIR += tramp-emacs20
SUBDIR += trickle
SUBDIR += tridiavnc
SUBDIR += tsclient
diff --git a/net/tramp-emacs20/Makefile b/net/tramp-emacs20/Makefile
deleted file mode 100644
index 6fc4b068f0ed..000000000000
--- a/net/tramp-emacs20/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# New ports collection makefile for: tramp (for emacs20)
-# Date Created: 12 Dec 2001
-# Whom: Yoichi NAKAYAMA <yoichi@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-MASTERDIR= ${.CURDIR}/../tramp
-
-EMACS_PORT_NAME= emacs20
-
-BROKEN= Does not configure
-
-DEPRECATED= Emacs21 version is available
-EXPIRATION_DATE=2005-04-20
-
-.include "${MASTERDIR}/Makefile"