diff options
author | dholland <dholland> | 2013-02-17 00:40:40 +0000 |
---|---|---|
committer | dholland <dholland> | 2013-02-17 00:40:40 +0000 |
commit | 6e9b2893e21c05a49ba984806fb16a83e7c9f99b (patch) | |
tree | a938cf9f2659e766c2ae050c3265ff3b8905677a /editors/emacs22-nox11 | |
parent | ef4f3d21c4eb200d14ca4f855a38743336ef86b7 (diff) | |
download | pkgsrc-6e9b2893e21c05a49ba984806fb16a83e7c9f99b.tar.gz |
Change PKGNAME from emacs-nox11-22.3 to emacs22-nox11-22.3.
Diffstat (limited to 'editors/emacs22-nox11')
-rw-r--r-- | editors/emacs22-nox11/Makefile | 4 | ||||
-rw-r--r-- | editors/emacs22-nox11/version.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/emacs22-nox11/Makefile b/editors/emacs22-nox11/Makefile index 0f6b215c800..8c5abbbd689 100644 --- a/editors/emacs22-nox11/Makefile +++ b/editors/emacs22-nox11/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2012/12/27 17:50:26 ryoon Exp $ +# $NetBSD: Makefile,v 1.7 2013/02/17 00:40:40 dholland Exp $ -PKGNAME= ${DISTNAME:S/-/-nox11-/} +PKGNAME= ${DISTNAME:S/emacs/emacs22/:S/-/-nox11-/} PKGREVISION= 3 FILESDIR= ${.CURDIR}/../../editors/emacs22/files diff --git a/editors/emacs22-nox11/version.mk b/editors/emacs22-nox11/version.mk index cc138ec0793..e2f506734f3 100644 --- a/editors/emacs22-nox11/version.mk +++ b/editors/emacs22-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:40:40 dholland Exp $ _EMACS_FLAVOR= emacs -_EMACS_REQD= emacs-nox11>=22.3<23 +_EMACS_REQD= emacs22-nox11>=22.3<23 _EMACS_PKGDEP.base= _EMACS_PKGDEP.leim= |