diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2014-06-27 12:34:52 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2014-06-27 12:34:52 +0000 |
commit | fba661e8a6505e7d1c36673a407aaec50be11b50 (patch) | |
tree | 03e1be8a277142f907e026b09eddcafd8a3ace1e /irc | |
parent | 237f8bd9c9eacccbe57b7c150fed42c8e11df5e3 (diff) | |
download | ports-fba661e8a6505e7d1c36673a407aaec50be11b50.tar.gz ports-fba661e8a6505e7d1c36673a407aaec50be11b50.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/Makefile | 1 | ||||
-rw-r--r-- | irc/riece-emacs21/Makefile | 8 |
2 files changed, 0 insertions, 9 deletions
diff --git a/irc/Makefile b/irc/Makefile index f6f66c9c9a04..60a3cf080e98 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -105,7 +105,6 @@ SUBDIR += ratbox-services SUBDIR += rbot SUBDIR += riece - SUBDIR += riece-emacs21 SUBDIR += roxirc SUBDIR += ruby-irc SUBDIR += ruby-rica diff --git a/irc/riece-emacs21/Makefile b/irc/riece-emacs21/Makefile deleted file mode 100644 index 6d2f56d935d9..000000000000 --- a/irc/riece-emacs21/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# $FreeBSD$ - -MASTERDIR= ${.CURDIR}/../riece - -USE_EMACS= yes -EMACS_PORT_NAME= emacs21 - -.include "${MASTERDIR}/Makefile" |