diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-23 10:37:45 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-23 10:37:45 +0000 |
commit | 74b94af34123c4d921a944f9b48b0e6be913204e (patch) | |
tree | b4b5f831e9ebc588849eb6ca5e6a55680142521a /net/hping/Makefile | |
parent | a8077d1ecf4e69f63a48c44821e6200e992ba706 (diff) |
Notes
Diffstat (limited to 'net/hping/Makefile')
-rw-r--r-- | net/hping/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/hping/Makefile b/net/hping/Makefile index f03d3ac04b99..1a0ea6f65a04 100644 --- a/net/hping/Makefile +++ b/net/hping/Makefile @@ -6,16 +6,16 @@ # PORTNAME= hping -PORTVERSION= 2.0.0r1 +PORTVERSION= 2.0.0r2 PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= security net MASTER_SITES= http://www.hping.org/ -DISTNAME= hping2.0.0-rc1 +DISTNAME= hping2.0.0-rc2 MAINTAINER= Nicolas.Jombart@hsc-labs.com -WRKSRC= ${WRKDIR}/hping2 +WRKSRC= ${WRKDIR}/hping2-rc2 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --force-libpcap USE_GMAKE= yes |