diff options
author | dholland <dholland@pkgsrc.org> | 2013-02-17 07:54:18 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2013-02-17 07:54:18 +0000 |
commit | fac60024e179f173d1520c3844adf0fd0ac624ea (patch) | |
tree | 2387df2cfe2a3c82cd9d46204c419cd1d89a2e71 /editors/emacs22 | |
parent | dceab2d62aeea5febba8d6716e3a9be6d8bae7ee (diff) | |
download | pkgsrc-fac60024e179f173d1520c3844adf0fd0ac624ea.tar.gz |
Oops, setting PKGNAME once is enough.
Diffstat (limited to 'editors/emacs22')
-rw-r--r-- | editors/emacs22/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/emacs22/Makefile b/editors/emacs22/Makefile index 308160eb7a5..a191bc8b5aa 100644 --- a/editors/emacs22/Makefile +++ b/editors/emacs22/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.34 2013/02/17 00:39:53 dholland Exp $ +# $NetBSD: Makefile,v 1.35 2013/02/17 07:54:18 dholland Exp $ -PKGNAME?= ${DISTNAME} COMMENT?= GNU editing macros (editor) DISTNAME= emacs-22.3 |