summaryrefslogtreecommitdiff
path: root/editors/emacs-snapshot/Makefile
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2013-02-17 06:18:01 +0000
committerdholland <dholland@pkgsrc.org>2013-02-17 06:18:01 +0000
commit868fe75e26baa7e992b7d003b16b881e581a03db (patch)
tree3fc02b0a1e74607a5670cbb6fe1563df96b16aa2 /editors/emacs-snapshot/Makefile
parent20a5b2e194b23063ec45e6c4021a6f62524f32fc (diff)
downloadpkgsrc-868fe75e26baa7e992b7d003b16b881e581a03db.tar.gz
Insert ${_EMACS_VERSION_MAJOR} in PKGNAME.
While here, fix wrong (emacs23-era) pattern in version.mk. Caution: The distfile appears to have vanished, so I can't build this package and it may not work.
Diffstat (limited to 'editors/emacs-snapshot/Makefile')
-rw-r--r--editors/emacs-snapshot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs-snapshot/Makefile b/editors/emacs-snapshot/Makefile
index ee79a196db6..80b76e7f956 100644
--- a/editors/emacs-snapshot/Makefile
+++ b/editors/emacs-snapshot/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2013/02/16 11:20:54 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2013/02/17 06:18:01 dholland Exp $
-CONFLICTS+= emacs-nox11-[0-9]*
+CONFLICTS+= emacs${_EMACS_VERSION_MAJOR}-nox11-[0-9]*
.include "../../editors/emacs-snapshot/Makefile.common"