diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2013-04-24 04:17:24 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-04-24 04:17:24 +0000 |
commit | 819a1fb35f4197d5a3a1b4026c37c12083af249a (patch) | |
tree | 9d4b69602a1e4ad52b98f5e0689aaeefe4bb8849 /editors | |
parent | 5f8eb67e3760459c0834c08f36d9e502d3388e3a (diff) | |
download | ports-819a1fb35f4197d5a3a1b4026c37c12083af249a.tar.gz ports-819a1fb35f4197d5a3a1b4026c37c12083af249a.zip |
Notes
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" |