diff options
author | agc <agc@pkgsrc.org> | 1999-11-12 16:26:32 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-11-12 16:26:32 +0000 |
commit | 161f76bc46be59abb9e4791656e7f364fb51f41b (patch) | |
tree | e2045b7e75053472fc7ac2aec3cd5140b42bd63b /editors/ne/Makefile | |
parent | 9690735cef7099f5cc8f60f5f68ff5deb30d850b (diff) | |
download | pkgsrc-161f76bc46be59abb9e4791656e7f364fb51f41b.tar.gz |
This package has been updated on the master site, so upgrade the
package to version 1.26 (14th July 1999)
Changes since previous version:
+ The cl command may now take a hexadecimal string as its (optional)
argument, for example cl x/0d/.
+ updated NetBSD support in base package.
Diffstat (limited to 'editors/ne/Makefile')
-rw-r--r-- | editors/ne/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/ne/Makefile b/editors/ne/Makefile index e65c64e5b81..ebd07da301a 100644 --- a/editors/ne/Makefile +++ b/editors/ne/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 1998/11/12 23:03:40 frueauf Exp $ +# $NetBSD: Makefile,v 1.3 1999/11/12 16:26:32 agc Exp $ DISTNAME= ne -PKGNAME= ne-1.25 +PKGNAME= ne-1.26 WRKSRC= ${WRKDIR}/src CATEGORIES= editors MASTER_SITES= ftp://ftp.cus.cam.ac.uk/pub/software/programs/NE/ |