diff options
author | dholland <dholland> | 2013-02-23 23:49:35 +0000 |
---|---|---|
committer | dholland <dholland> | 2013-02-23 23:49:35 +0000 |
commit | 8498c7c2ca7a13bbdb5654c4dd8b91b486095cd5 (patch) | |
tree | 16f1ee0177efc7747ce65fa66d16d671dd0fec0f | |
parent | abdb2bcba3aeb0a6f889239656c3f063c5e586cf (diff) | |
download | pkgsrc-8498c7c2ca7a13bbdb5654c4dd8b91b486095cd5.tar.gz |
Remove wrong CONFLICTS (in Makefile.common, just committed) and bump
PKGREVISION.
-rw-r--r-- | editors/emacs23-nox11/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs23-nox11/Makefile b/editors/emacs23-nox11/Makefile index 97e8faa5721..f6cb6c5fec3 100644 --- a/editors/emacs23-nox11/Makefile +++ b/editors/emacs23-nox11/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2013/02/17 05:00:08 dholland Exp $ +# $NetBSD: Makefile,v 1.2 2013/02/23 23:49:35 dholland Exp $ PKGNAME= ${DISTNAME:S/emacs/emacs23/:S/-/-nox11-/} -PKGREVISION= 1 +PKGREVISION= 2 CONFLICTS+= emacs23-[0-9]* |