diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-01-12 22:25:10 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-01-12 22:25:10 +0000 |
commit | c3c79898e9aaaa52f7c63a45c4e431c88b97a7a9 (patch) | |
tree | 67326a47913e59d43e020b60d4f0f212577c1637 /net/xprobe/Makefile | |
parent | 0eb1b9fabce12091d8aef1e14041dea4cee4b995 (diff) | |
download | ports-c3c79898e9aaaa52f7c63a45c4e431c88b97a7a9.tar.gz ports-c3c79898e9aaaa52f7c63a45c4e431c88b97a7a9.zip |
Notes
Diffstat (limited to 'net/xprobe/Makefile')
-rw-r--r-- | net/xprobe/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/xprobe/Makefile b/net/xprobe/Makefile index 37e1686edb61..004e8b78ac97 100644 --- a/net/xprobe/Makefile +++ b/net/xprobe/Makefile @@ -6,9 +6,10 @@ # PORTNAME= xprobe2 -PORTVERSION= 0.2 +PORTVERSION= 0.2.1 CATEGORIES= net -MASTER_SITES= http://www.sys-security.com/archive/tools/xprobe2/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= xprobe MAINTAINER= ports@FreeBSD.org COMMENT= ICMP active OS fingerprint scanner |