aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2013-04-24 12:17:24 +0800
committerhrs <hrs@FreeBSD.org>2013-04-24 12:17:24 +0800
commit3b6487ce6fef6ee2f082b82b3d1ce5d67563d054 (patch)
tree9d4b69602a1e4ad52b98f5e0689aaeefe4bb8849
parent2eb8bbb4c7f6dd5581d57d6529733b1c66ab8db2 (diff)
downloadfreebsd-ports-gnome-3b6487ce6fef6ee2f082b82b3d1ce5d67563d054.tar.gz
freebsd-ports-gnome-3b6487ce6fef6ee2f082b82b3d1ce5d67563d054.tar.zst
freebsd-ports-gnome-3b6487ce6fef6ee2f082b82b3d1ce5d67563d054.zip
Remove editors/tamago-emacs21 because it is obsolete.
-rw-r--r--MOVED1
-rw-r--r--editors/Makefile1
-rw-r--r--editors/tamago-emacs21/Makefile13
3 files changed, 1 insertions, 14 deletions
diff --git a/MOVED b/MOVED
index b5b6138e9c5c..df7f1afe73c4 100644
--- a/MOVED
+++ b/MOVED
@@ -4220,3 +4220,4 @@ lang/tcl83||2013-04-23|Has expired: No longer supported
x11-toolkits/tk83||2013-04-23|Has expired: No longer supported
print/psutils-a4|print/psutils|2013-04-24|Merged into print/psutils
print/psutils-letter|print/psutils|2013-04-24|Merged into print/psutils
+editors/tamago-emacs21||2013-04-24|Removed: obsolete
diff --git a/editors/Makefile b/editors/Makefile
index 1b87371785a6..4ebd0db52762 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -264,7 +264,6 @@
SUBDIR += ssed
SUBDIR += sted
SUBDIR += tamago
- SUBDIR += tamago-emacs21
SUBDIR += tea
SUBDIR += teco
SUBDIR += ted
diff --git a/editors/tamago-emacs21/Makefile b/editors/tamago-emacs21/Makefile
deleted file mode 100644
index 80705836f884..000000000000
--- a/editors/tamago-emacs21/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# New ports collection makefile for: tamago
-# Date created: 6 March 2000
-# Whom: tetsushi NAKAI <nakai@tsl.pe.u-tokyo.ac.jp>
-#
-# $FreeBSD$
-#
-
-MASTERDIR= ${.CURDIR}/../tamago
-
-USE_EMACS= yes
-EMACS_PORT_NAME= emacs21
-
-.include "${MASTERDIR}/Makefile"