diff options
author | hrs <hrs@FreeBSD.org> | 2013-04-24 12:17:24 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2013-04-24 12:17:24 +0800 |
commit | 3b6487ce6fef6ee2f082b82b3d1ce5d67563d054 (patch) | |
tree | 9d4b69602a1e4ad52b98f5e0689aaeefe4bb8849 /editors | |
parent | 2eb8bbb4c7f6dd5581d57d6529733b1c66ab8db2 (diff) | |
download | freebsd-ports-gnome-3b6487ce6fef6ee2f082b82b3d1ce5d67563d054.tar.gz freebsd-ports-gnome-3b6487ce6fef6ee2f082b82b3d1ce5d67563d054.tar.zst freebsd-ports-gnome-3b6487ce6fef6ee2f082b82b3d1ce5d67563d054.zip |
Remove editors/tamago-emacs21 because it is obsolete.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/tamago-emacs21/Makefile | 13 |
2 files changed, 0 insertions, 14 deletions
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" |