diff options
author | dholland <dholland@pkgsrc.org> | 2013-02-17 06:07:46 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2013-02-17 06:07:46 +0000 |
commit | b89b2e0d97138536f41c86d626df76cfbf52969d (patch) | |
tree | c15f96fcb1c1b8154fdc1abdbd2f251b9558cdda /editors/emacs24-nox11 | |
parent | 3241c233bf3a8d8736e2e0f6b107bbf624bbf58e (diff) | |
download | pkgsrc-b89b2e0d97138536f41c86d626df76cfbf52969d.tar.gz |
Change PKGNAME from emacs-nox11-24.2 to emacs24-nox11-24.2.
Diffstat (limited to 'editors/emacs24-nox11')
-rw-r--r-- | editors/emacs24-nox11/Makefile | 6 | ||||
-rw-r--r-- | editors/emacs24-nox11/version.mk | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/editors/emacs24-nox11/Makefile b/editors/emacs24-nox11/Makefile index a977d3aab67..a101fa1b0fa 100644 --- a/editors/emacs24-nox11/Makefile +++ b/editors/emacs24-nox11/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2012/08/28 00:55:52 mef Exp $ +# $NetBSD: Makefile,v 1.5 2013/02/17 06:07:46 dholland Exp $ -PKGNAME= ${DISTNAME:S/-/-nox11-/} +PKGNAME= ${DISTNAME:S/emacs/emacs24/:S/-/-nox11-/} -CONFLICTS+= emacs-[0-9]* +CONFLICTS+= emacs24-[0-9]* FILESDIR= ${.CURDIR}/../../editors/emacs24/files PATCHDIR= ${.CURDIR}/../../editors/emacs24/patches diff --git a/editors/emacs24-nox11/version.mk b/editors/emacs24-nox11/version.mk index e5eb15f7c42..f1ad1dd9f37 100644 --- a/editors/emacs24-nox11/version.mk +++ b/editors/emacs24-nox11/version.mk @@ -1,7 +1,7 @@ -# $NetBSD: version.mk,v 1.3 2012/08/28 01:03:18 mef Exp $ +# $NetBSD: version.mk,v 1.4 2013/02/17 06:07:46 dholland Exp $ _EMACS_FLAVOR= emacs -_EMACS_REQD= emacs-nox11>=24.1<25 +_EMACS_REQD= emacs24-nox11>=24.1<25 _EMACS_VERSION_MAJOR= 24 _EMACS_VERSION_MINOR= 2 |