diff options
author | wiz <wiz> | 2008-09-25 14:02:08 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-09-25 14:02:08 +0000 |
commit | 4eb811e1ecb2f97d24818060f055373ac816dc92 (patch) | |
tree | bec9e0586e4c166295aea13fc2d3d7cb1fd25b6b /editors | |
parent | 82647e30b191a30fee4fa87b30bef538c3fc6780 (diff) | |
download | pkgsrc-4eb811e1ecb2f97d24818060f055373ac816dc92.tar.gz |
Bump PKGREVISION for infrastructure fix affecting /dev/null as CONF_FILES
source.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 055fbb12448..00baf434ab7 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.113 2008/06/02 21:09:48 markd Exp $ +# $NetBSD: Makefile,v 1.114 2008/09/25 14:02:09 wiz Exp $ PKGNAME?= ${DISTNAME} COMMENT?= GNU editing macros (editor) DISTNAME= emacs-22.1 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GNU:=emacs/} |