diff options
author | cjep <cjep@pkgsrc.org> | 2003-01-03 20:49:33 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-01-03 20:49:33 +0000 |
commit | cd709f30f9e914fa1d032682497a4fdedbba5637 (patch) | |
tree | d78724be8d6d91f028d90b183b3df76a2c98a67c /lang/nawk/Makefile | |
parent | 543b5e0bb1eddfecfdd8755db6218b8682612f59 (diff) | |
download | pkgsrc-cd709f30f9e914fa1d032682497a4fdedbba5637.tar.gz |
Update of lang/nawk to 20021213.
Changes since previous version:
For the moment, the internationalization changes of nov 29 are
rolled back -- programs like x = 1.2 don't work in some locales,
because the parser is expecting x = 1,2. Until I understand this
better, this will have to wait.
Diffstat (limited to 'lang/nawk/Makefile')
-rw-r--r-- | lang/nawk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/nawk/Makefile b/lang/nawk/Makefile index 1b6a8eb9e3c..58561ae6803 100644 --- a/lang/nawk/Makefile +++ b/lang/nawk/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2002/12/11 22:56:23 jmmv Exp $ +# $NetBSD: Makefile,v 1.10 2003/01/03 20:49:33 cjep Exp $ # DISTNAME= awk -PKGNAME= nawk-20021129 +PKGNAME= nawk-20021213 CATEGORIES= lang MASTER_SITES= http://cm.bell-labs.com/who/bwk/ |