diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-29 12:40:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-29 12:40:26 +0000 |
commit | 548c8706069f4f17137e473312973c78cf1cc3f6 (patch) | |
tree | f3226dbe3c37cf25f13ef6bde1a5a7152ab4f88c /chat/riece | |
parent | 8cce79e62cf7f4eb28ab34aaaf44d5f142e40027 (diff) | |
download | pkgsrc-548c8706069f4f17137e473312973c78cf1cc3f6.tar.gz |
emacs22*, emacs23*, emacs24*: remove unmaintained emacs versions
As announced in
https://mail-index.netbsd.org/pkgsrc-users/2017/09/11/msg025563.html
This still leaves emacs20, emacs21, and the current version, emacs25.
Diffstat (limited to 'chat/riece')
-rw-r--r-- | chat/riece/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/riece/Makefile b/chat/riece/Makefile index de37ab905ac..510d53d022d 100644 --- a/chat/riece/Makefile +++ b/chat/riece/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2014/11/23 06:13:37 mef Exp $ +# $NetBSD: Makefile,v 1.26 2017/09/29 12:40:26 wiz Exp $ # DISTNAME= riece-9.0.0 @@ -16,7 +16,7 @@ INSTALLATION_DIRS= ${EMACS_LISPPREFIX:C|^${PREFIX}/||}/riece \ ${EMACS_INFOPREFIX:C|^${PREFIX}/||} EMACS_VERSIONS_ACCEPTED= \ - emacs25 emacs24 emacs23 emacs23nox emacs22 emacs22nox emacs21 emacs21nox \ + emacs25 emacs21 emacs21nox \ xemacs215 xemacs215nox xemacs214 xemacs214nox EMACS_MODULES= base |