diff options
author | kim <kim@pkgsrc.org> | 2000-12-17 17:20:26 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2000-12-17 17:20:26 +0000 |
commit | 5760bc6f57390a5dc73a5318eda0eb62543f9a9b (patch) | |
tree | 921ef2a465c7cb31fcfc841f533f48fde17ca84b /net/ywho/Makefile | |
parent | ff3652914c607dca9f859510ec1f6a1c5604d495 (diff) | |
download | pkgsrc-5760bc6f57390a5dc73a5318eda0eb62543f9a9b.tar.gz |
Upgrade to ywho-1.3: fixed command line argument parsing (prevent core dumps)
Diffstat (limited to 'net/ywho/Makefile')
-rw-r--r-- | net/ywho/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ywho/Makefile b/net/ywho/Makefile index 5678cbb7d3a..44cdc9ca8ff 100644 --- a/net/ywho/Makefile +++ b/net/ywho/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2000/04/01 06:04:30 kim Exp $ +# $NetBSD: Makefile,v 1.3 2000/12/17 17:20:26 kim Exp $ # -DISTNAME= ywho-1.2 +DISTNAME= ywho-1.3 CATEGORIES= net MASTER_SITES= ftp://ftp.gw.com/pub/people/kim/ |