diff options
author | wiz <wiz> | 2003-02-25 09:07:10 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-02-25 09:07:10 +0000 |
commit | 7d4181ad3fc2ebc311afc3346a4c7c6ca8a8c4b2 (patch) | |
tree | 2164d2720780567dcc1d07e0168b505940ee68b6 /editors | |
parent | 09aef82c613e8fc3255200833b98dd9cef133b03 (diff) | |
download | pkgsrc-7d4181ad3fc2ebc311afc3346a4c7c6ca8a8c4b2.tar.gz |
Fix version number in comment.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs-current/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xemacs-current/Makefile b/editors/xemacs-current/Makefile index 55231cf4532..ca7132a8048 100644 --- a/editors/xemacs-current/Makefile +++ b/editors/xemacs-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2003/01/19 06:52:55 salo Exp $ +# $NetBSD: Makefile,v 1.16 2003/02/25 09:07:10 wiz Exp $ DISTNAME= xemacs-21.5.10 CATEGORIES= editors @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.xemacs.org/pub/xemacs/xemacs-21.5/ \ MAINTAINER= magick@netbsd.org HOMEPAGE= http://www.xemacs.org/ -COMMENT= *BETA* XEmacs text editor version 21.5.9 +COMMENT= *BETA* XEmacs text editor version 21.5.10 USE_BUILDLINK2= YES USE_X11= YES |