diff options
author | wiz <wiz> | 2012-06-29 06:31:35 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-06-29 06:31:35 +0000 |
commit | 7db1c57b794307b60237c07056da39de41d83aca (patch) | |
tree | d86753b78afd24d3b30b7408d9d5db4c3a281b67 /editors | |
parent | 6eabf08745bc6f1a94068ea0a7c69058b0b15dab (diff) | |
download | pkgsrc-7db1c57b794307b60237c07056da39de41d83aca.tar.gz |
Fix typo (PKGREVISON -> PKGREVISION).
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs24/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs24/Makefile b/editors/emacs24/Makefile index 99f7a974873..9a78a38c763 100644 --- a/editors/emacs24/Makefile +++ b/editors/emacs24/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2012/06/26 17:02:31 asau Exp $ +# $NetBSD: Makefile,v 1.3 2012/06/29 06:31:35 wiz Exp $ CONFLICTS+= emacs-nox11-[0-9]* .include "../../editors/emacs24/Makefile.common" -PKGREVISON= 1 +PKGREVISION= 1 .include "options.mk" |