Thu Dec 27 17:50:26 2012 UTC ()
Bump PKGREVISION.

Sync with editors/emacs22's update.


(ryoon)
diff -r1.5 -r1.6 pkgsrc/editors/emacs22-nox11/Makefile

cvs diff -r1.5 -r1.6 pkgsrc/editors/emacs22-nox11/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/editors/emacs22-nox11/Attic/Makefile 2012/10/03 11:43:33 1.5
+++ pkgsrc/editors/emacs22-nox11/Attic/Makefile 2012/12/27 17:50:26 1.6
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.5 2012/10/03 11:43:33 asau Exp $ 1# $NetBSD: Makefile,v 1.6 2012/12/27 17:50:26 ryoon Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/-nox11-/} 3PKGNAME= ${DISTNAME:S/-/-nox11-/}
4PKGREVISION= 2 4PKGREVISION= 3
5 5
6FILESDIR= ${.CURDIR}/../../editors/emacs22/files 6FILESDIR= ${.CURDIR}/../../editors/emacs22/files
7PATCHDIR= ${.CURDIR}/../../editors/emacs22/patches 7PATCHDIR= ${.CURDIR}/../../editors/emacs22/patches
8PKGDIR= ${.CURDIR}/../../editors/emacs22 8PKGDIR= ${.CURDIR}/../../editors/emacs22
9 9
10# Mirror pre-bsd.prefs.mk settings from emacs/Makefile. 10# Mirror pre-bsd.prefs.mk settings from emacs/Makefile.
11SETGIDGAME= yes 11SETGIDGAME= yes
12 12
13.include "../../mk/bsd.prefs.mk" 13.include "../../mk/bsd.prefs.mk"
14 14
15PKG_OPTIONS.emacs+= -x11 -gtk -motif -xaw 15PKG_OPTIONS.emacs+= -x11 -gtk -motif -xaw
16 16
17.include "../../editors/emacs22/Makefile" 17.include "../../editors/emacs22/Makefile"