diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-11-18 22:48:58 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-11-18 22:48:58 +0000 |
commit | 500a111e5c08b2ca1cfb3be398ea62ce2ae1ac15 (patch) | |
tree | 35f242eed038141377b4cb0145fd1864ead3f09c /security/pbnj/Makefile | |
parent | acbc9136e92ae50faa00b2b907446aafe1b62585 (diff) | |
download | ports-500a111e5c08b2ca1cfb3be398ea62ce2ae1ac15.tar.gz ports-500a111e5c08b2ca1cfb3be398ea62ce2ae1ac15.zip |
Notes
Diffstat (limited to 'security/pbnj/Makefile')
-rw-r--r-- | security/pbnj/Makefile | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/security/pbnj/Makefile b/security/pbnj/Makefile index 42dd89bf013e..6efa51785650 100644 --- a/security/pbnj/Makefile +++ b/security/pbnj/Makefile @@ -1,16 +1,15 @@ -# New ports collection makefile for: pbnj -# Date created: July 26, 2006 -# Whom: Joshua D. Abraham <jabra@ccs.neu.edu> +# New ports collection makefile for: pbnj +# Date created: July 26, 2006 +# Whom: Joshua D. Abraham <jabra@ccs.neu.edu> # # $FreeBSD$ # PORTNAME= pbnj -PORTVERSION= 2.02 +PORTVERSION= 2.04 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} -PKGNAMEPREFIX= MAINTAINER= jabra@ccs.neu.edu COMMENT= A suite of tools to monitor changes on a network @@ -25,11 +24,11 @@ BUILD_DEPENDS= ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML \ RUN_DEPENDS= ${BUILD_DEPENDS} \ nmap:${PORTSDIR}/security/nmap -PERL_CONFIGURE= yes +PERL_CONFIGURE= yes -MAN1= scanpbnj.1 \ - outputpbnj.1 \ - genlist.1 +MAN1= scanpbnj.1p \ + outputpbnj.1p \ + genlist.1p post-configure: @${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile |