diff options
author | rillig <rillig> | 2006-09-01 20:58:48 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-09-01 20:58:48 +0000 |
commit | 42b5197f84993c5cfb0081b48616d01ddc387472 (patch) | |
tree | 82a6df27978a0fde3e7bf30201bae8e77ac2a64f /net/kismet | |
parent | 422042760732ba4584a9db95fc34f9b0e151cec4 (diff) | |
download | pkgsrc-42b5197f84993c5cfb0081b48616d01ddc387472.tar.gz |
Fixed the path to the Perl interpreter. Bumped PKGREVISION.
Diffstat (limited to 'net/kismet')
-rw-r--r-- | net/kismet/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/kismet/Makefile b/net/kismet/Makefile index 5715b16ea4c..0a843d2325a 100644 --- a/net/kismet/Makefile +++ b/net/kismet/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2006/08/04 12:02:27 skrll Exp $ +# $NetBSD: Makefile,v 1.3 2006/09/01 20:58:48 rillig Exp $ DISTNAME= kismet-2006-04-R1 PKGNAME= kismet-2006.04.01 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.kismetwireless.net/code/ @@ -12,7 +13,8 @@ COMMENT= 802.11 wireless network detector, sniffer and IDS GNU_CONFIGURE= yes USE_LANGUAGES= c c++ USE_NCURSES= # needs libpanel -USE_TOOLS+= gmake +USE_TOOLS+= gmake perl:run +REPLACE_PERL+= scripts/gpsmap-helper-earthamaps # might be appended to in options.mk PLIST_SRC= PLIST |