diff options
author | minskim <minskim@pkgsrc.org> | 2009-08-06 01:44:45 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-08-06 01:44:45 +0000 |
commit | 70e5fd6ca14043ea1e9103993decd277e6f10a17 (patch) | |
tree | 6446a3d7ca31c022859dbc129c48bcc41c1d3e6b /editors/matlab-mode | |
parent | 32d06d4d61c59b3adba55628f06ef8e59d78744d (diff) | |
download | pkgsrc-70e5fd6ca14043ea1e9103993decd277e6f10a17.tar.gz |
PKGREVISION bump for elisp packages because of bytecode format changes
in emacs23.
Diffstat (limited to 'editors/matlab-mode')
-rw-r--r-- | editors/matlab-mode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/matlab-mode/Makefile b/editors/matlab-mode/Makefile index 789c14ad947..a8fac95be5c 100644 --- a/editors/matlab-mode/Makefile +++ b/editors/matlab-mode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2008/10/11 09:31:56 uebayasi Exp $ +# $NetBSD: Makefile,v 1.12 2009/08/06 01:44:51 minskim Exp $ # DISTNAME= matlab.el @@ -6,7 +6,7 @@ DISTNAME= matlab.el # emacs vs xemacs BASEPKGNAME= matlab-mode-2.3.1 PKGNAME= ${EMACS_PKGNAME_PREFIX}${BASEPKGNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= editors math MASTER_SITES= http://www.mathworks.com/matlabcentral/files/104/ EXTRACT_SUFX= |