diff options
author | obache <obache@pkgsrc.org> | 2012-01-20 04:20:43 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-01-20 04:20:43 +0000 |
commit | 1fd49e563c7dbc8abca8edab75bee3b32f6ab884 (patch) | |
tree | 4a06871cbeb88f347da92b318963617ad3f4d211 /editors/emacs | |
parent | f92dc5f847d60ff860d93b6cea9856de77376bf0 (diff) | |
download | pkgsrc-1fd49e563c7dbc8abca8edab75bee3b32f6ab884.tar.gz |
PKGREVISION must not be in Makefile.common.
Diffstat (limited to 'editors/emacs')
-rw-r--r-- | editors/emacs/Makefile | 4 | ||||
-rw-r--r-- | editors/emacs/Makefile.common | 3 |
2 files changed, 4 insertions, 3 deletions
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/} |