diff options
author | dholland <dholland@pkgsrc.org> | 2013-02-23 23:53:18 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2013-02-23 23:53:18 +0000 |
commit | e2ff4e0718863a67cd03b336059cbb9158863a91 (patch) | |
tree | 6e319ffc5260490c7a45b83535d5f06b69c7fd31 /editors/emacs22 | |
parent | 13e27ec7a17cff7b1f4b911ca26ebedc801091cf (diff) | |
download | pkgsrc-e2ff4e0718863a67cd03b336059cbb9158863a91.tar.gz |
argh this has apparently been wrong all week
(it is creating an "emacs" package instead of an "emacs22" package)
Diffstat (limited to 'editors/emacs22')
-rw-r--r-- | editors/emacs22/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/emacs22/Makefile.common b/editors/emacs22/Makefile.common index 7b0655fbcf0..8e7fbf60e12 100644 --- a/editors/emacs22/Makefile.common +++ b/editors/emacs22/Makefile.common @@ -1,9 +1,8 @@ -# $NetBSD: Makefile.common,v 1.1 2013/02/17 08:01:50 dholland Exp $ +# $NetBSD: Makefile.common,v 1.2 2013/02/23 23:53:18 dholland Exp $ # # used by editors/emacs22/Makefile # used by editors/emacs22-nox11/Makefile -PKGNAME?= ${DISTNAME} COMMENT?= GNU editing macros (editor) DISTNAME= emacs-22.3 |