diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-02-18 09:48:11 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-02-18 09:48:11 +0000 |
commit | 0caadb429c7d3f8f259e19343f894aef450fb48b (patch) | |
tree | e73f2bae1cc02c65457379c5a3cbbcba541665f3 /lang/nawk/Makefile | |
parent | 9a0e9837913edd98b2bb85bab21b2cf92e1229a5 (diff) |
Update to the 1-Jan-2002 One True AWK.
This includes
added support for POSIX character class names like [:digit:]
Contributed by our very own DES.
Notes
Notes:
svn path=/head/; revision=54860
Diffstat (limited to 'lang/nawk/Makefile')
-rw-r--r-- | lang/nawk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/nawk/Makefile b/lang/nawk/Makefile index 47f5c794c28b..19235a6b2b58 100644 --- a/lang/nawk/Makefile +++ b/lang/nawk/Makefile @@ -7,7 +7,7 @@ # PORTNAME= nawk -PORTVERSION= 20001115 +PORTVERSION= 20020101 CATEGORIES= lang MASTER_SITES= http://cm.bell-labs.com/who/bwk/ DISTNAME= awk |