diff options
author | cube <cube@pkgsrc.org> | 2004-08-07 09:10:01 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2004-08-07 09:10:01 +0000 |
commit | 105367c0d8c1062fae2ab74b1cdddac397c8a2db (patch) | |
tree | ca8435f74a197af2ca11bd3e9b6492c759161836 /net/nbtscan/Makefile | |
parent | c539267d0e020a6786aaf5df1e92800b1a2531f5 (diff) | |
download | pkgsrc-105367c0d8c1062fae2ab74b1cdddac397c8a2db.tar.gz |
Update to version 1.5.1. Patch provided in PR 26574 by Isihara Takanori.
Version 1.5.1 - June 2003
- Fixed segmentation fault when using -f option (noticed by Brian Lovrin)
- Fixed printing ugliness (noticed by Darren Critchley)
- Changed version number :) (1.5 said that it is 1.0.3 - now it proudly says 1.5.1)
Diffstat (limited to 'net/nbtscan/Makefile')
-rw-r--r-- | net/nbtscan/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/nbtscan/Makefile b/net/nbtscan/Makefile index 230eb2750f1..ec95cc15df3 100644 --- a/net/nbtscan/Makefile +++ b/net/nbtscan/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2004/02/14 00:54:45 grant Exp $ +# $NetBSD: Makefile,v 1.8 2004/08/07 09:10:01 cube Exp $ # -DISTNAME= nbtscan-1.5 +DISTNAME= nbtscan-1.5.1 CATEGORIES= net MASTER_SITES= http://www.inetcat.org/software/ @@ -11,6 +11,7 @@ COMMENT= NetBIOS name network scanner GNU_CONFIGURE= yes +WRKSRC= ${WRKDIR}/${DISTNAME}a ALL_TARGET= nbtscan do-install: |