summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2012-01-20 04:20:43 +0000
committerobache <obache@pkgsrc.org>2012-01-20 04:20:43 +0000
commit1fd49e563c7dbc8abca8edab75bee3b32f6ab884 (patch)
tree4a06871cbeb88f347da92b318963617ad3f4d211
parentf92dc5f847d60ff860d93b6cea9856de77376bf0 (diff)
downloadpkgsrc-1fd49e563c7dbc8abca8edab75bee3b32f6ab884.tar.gz
PKGREVISION must not be in Makefile.common.
-rw-r--r--editors/emacs-nox11/Makefile3
-rw-r--r--editors/emacs/Makefile4
-rw-r--r--editors/emacs/Makefile.common3
3 files changed, 6 insertions, 4 deletions
diff --git a/editors/emacs-nox11/Makefile b/editors/emacs-nox11/Makefile
index 383f6a2a50b..abcacf803c4 100644
--- a/editors/emacs-nox11/Makefile
+++ b/editors/emacs-nox11/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2011/12/13 06:20:16 marino Exp $
+# $NetBSD: Makefile,v 1.34 2012/01/20 04:20:43 obache Exp $
PKGNAME= ${DISTNAME:S/-/-nox11-/}
+PKGREVISION= 1
CONFLICTS+= emacs-[0-9]*
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile
index 2662fe079ce..d64164eff1f 100644
--- a/editors/emacs/Makefile
+++ b/editors/emacs/Makefile
@@ -1,4 +1,6 @@
-# $NetBSD: Makefile,v 1.139 2011/11/28 16:29:58 wiz Exp $
+# $NetBSD: Makefile,v 1.140 2012/01/20 04:20:43 obache Exp $
+
+PKGREVISION= 1
CONFLICTS+= emacs-nox11-[0-9]*
diff --git a/editors/emacs/Makefile.common b/editors/emacs/Makefile.common
index 7d5e9fb7a9c..fdc4334aa6a 100644
--- a/editors/emacs/Makefile.common
+++ b/editors/emacs/Makefile.common
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile.common,v 1.32 2012/01/19 20:50:00 tez Exp $
+# $NetBSD: Makefile.common,v 1.33 2012/01/20 04:20:43 obache Exp $
#
# used by editors/emacs/Makefile
# used by editors/emacs-nox11/Makefile
DISTNAME= emacs-${EMACS_VERSION}b
-PKGREVISION= 1
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GNU:=emacs/}