diff options
author | kris <kris@FreeBSD.org> | 2003-07-12 17:39:55 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-07-12 17:39:55 +0800 |
commit | 9cec8b812210c32a8cbb4d3506fa1fc83fafeaf6 (patch) | |
tree | 1c2e67ed905dd8c57c75504b40aca44caf0e7728 /net/thcrut/Makefile | |
parent | 8109788b5ec750eec57b50f5681bf9dec0d78592 (diff) | |
download | freebsd-ports-gnome-9cec8b812210c32a8cbb4d3506fa1fc83fafeaf6.tar.gz freebsd-ports-gnome-9cec8b812210c32a8cbb4d3506fa1fc83fafeaf6.tar.zst freebsd-ports-gnome-9cec8b812210c32a8cbb4d3506fa1fc83fafeaf6.zip |
Update to thcrut 1.2.5
Submitted by: Peter Hoskin <peterh@criten.org> (based on)
Diffstat (limited to 'net/thcrut/Makefile')
-rw-r--r-- | net/thcrut/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/thcrut/Makefile b/net/thcrut/Makefile index 6d5b9bfb3fe9..9a86a725269d 100644 --- a/net/thcrut/Makefile +++ b/net/thcrut/Makefile @@ -6,15 +6,13 @@ # PORTNAME= thcrut -PORTVERSION= 0.1 +PORTVERSION= 1.2.5 CATEGORIES= net -MASTER_SITES= http://www.thehackerschoice.com/releases/ +MASTER_SITES= http://www.thc.org/releases/ MAINTAINER= kris@FreeBSD.org COMMENT= Local network discovery tool -BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet - GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libnet=${LOCALBASE} \ |