diff options
author | dholland <dholland@pkgsrc.org> | 2013-02-17 00:22:36 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2013-02-17 00:22:36 +0000 |
commit | a6464bfaa2e690b62f8b2fc123122b14e7c4ae43 (patch) | |
tree | 1378cae3ea27afa4cb4bb80f32ecdc20bd833964 /editors/emacs21-nox11 | |
parent | a3798fdd6df8ed82905e110cef0e82e461380bf6 (diff) | |
download | pkgsrc-a6464bfaa2e690b62f8b2fc123122b14e7c4ae43.tar.gz |
Change PKGNAME from emacs-nox11-21.4a to emacs21-nox11-21.4a.
Diffstat (limited to 'editors/emacs21-nox11')
-rw-r--r-- | editors/emacs21-nox11/Makefile | 6 | ||||
-rw-r--r-- | editors/emacs21-nox11/version.mk | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/editors/emacs21-nox11/Makefile b/editors/emacs21-nox11/Makefile index a8f73ebbfd4..af1dd9dade4 100644 --- a/editors/emacs21-nox11/Makefile +++ b/editors/emacs21-nox11/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.9 2012/10/03 11:43:33 asau Exp $ +# $NetBSD: Makefile,v 1.10 2013/02/17 00:22:36 dholland Exp $ -PKGNAME= emacs-nox11-${EMACSVERSION}a +PKGNAME= emacs21-nox11-${EMACSVERSION}a PKGREVISION= 13 CATEGORIES= editors COMMENT_EXTRA= : non-X11 version -CONFLICTS+= emacs-[0-9]* +CONFLICTS+= emacs21-[0-9]* .include "../../mk/bsd.prefs.mk" diff --git a/editors/emacs21-nox11/version.mk b/editors/emacs21-nox11/version.mk index 2f1dda236a2..81252962900 100644 --- a/editors/emacs21-nox11/version.mk +++ b/editors/emacs21-nox11/version.mk @@ -1,7 +1,7 @@ -# $NetBSD: version.mk,v 1.2 2011/02/08 13:20:14 hiramatsu Exp $ +# $NetBSD: version.mk,v 1.3 2013/02/17 00:22:36 dholland Exp $ _EMACS_FLAVOR= emacs -_EMACS_REQD= emacs-nox11>=21.4<22 +_EMACS_REQD= emacs21-nox11>=21.4<22 _EMACS_PKGDEP.base= _EMACS_PKGDEP.leim= leim>=21.${EMACS_VERSION_MINOR}<22:../../editors/leim21 |