diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-02-19 15:44:09 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-02-19 15:44:09 +0000 |
commit | 60bc1dbcf8caa7a941ad12016d5f3eb806018a7d (patch) | |
tree | 86ec755afb49e6aa051b61f11b4ac96c65fcfcd9 /security/aimsniff | |
parent | b140bd5fa60280cd2a9de7ed65c93371bf5d4336 (diff) |
Notes
Diffstat (limited to 'security/aimsniff')
-rw-r--r-- | security/aimsniff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/aimsniff/Makefile b/security/aimsniff/Makefile index ec65a1a7ef03..c138aaa1ccc6 100644 --- a/security/aimsniff/Makefile +++ b/security/aimsniff/Makefile @@ -9,7 +9,7 @@ PORTVERSION= 0.9d CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/AIM%20Sniff/${PORTVERSION} -MAINTAINER= andrew@amrx.net +MAINTAINER= ports@FreeBSD.org COMMENT= AOL Instant Messanger Sniffing and Reading Tool RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/Pcap.pm:${PORTSDIR}/net/p5-Net-Pcap\ @@ -32,7 +32,7 @@ PLIST_FILES= bin/aimsniff .include <bsd.port.pre.mk> .if !exists(${LOCALBASE}/lib/perl5/${PERL_VERSION}/${PERL_ARCH}/GDBM_File.pm) -#IGNORE= "You need perl compiled with GDBM support" +#IGNORE= You need perl compiled with GDBM support .endif do-install: |