summaryrefslogtreecommitdiffstats
path: root/net-mgmt/argus/Makefile
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>2002-01-17 22:40:22 +0000
committerse <se@FreeBSD.org>2002-01-17 22:40:22 +0000
commit68fa9aff74d68e1cf9d952a3761df87a7fc6f22e (patch)
tree963fc7dac75fcb5f125d0db8ea07be728587434b /net-mgmt/argus/Makefile
parent4c28ed01492258baaa7cc69a72270f16e2f84502 (diff)
downloadFreeBSD-ports-68fa9aff74d68e1cf9d952a3761df87a7fc6f22e.zip
FreeBSD-ports-68fa9aff74d68e1cf9d952a3761df87a7fc6f22e.tar.gz
Upgrade to argus-2.0.4
Diffstat (limited to 'net-mgmt/argus/Makefile')
-rw-r--r--net-mgmt/argus/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/argus/Makefile b/net-mgmt/argus/Makefile
index c5aaeea..2391f4c 100644
--- a/net-mgmt/argus/Makefile
+++ b/net-mgmt/argus/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= argus
-PORTVERSION= 2.0.3
-PORTREVISION= 1
+PORTVERSION= 2.0.4
CATEGORIES= net security
MASTER_SITES= http://qosient.com/argus/src/ \
ftp://qosient.com/pub/argus/src/
@@ -21,11 +20,12 @@ LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper
GNU_CONFIGURE= true
CONFIGURE_ARGS= --exec-prefix=${PREFIX} #--without-flex --without-bison
-MAN1= ra.1 racount.1 ragator.1 rasort.1 raxml.1
+MAN1= ra.1 racount.1 ragator.1 ramon.1 rasort.1 raxml.1
MAN5= argus.5 argus.conf.5 rarc.5
MAN8= argus.8
pre-install:
+ ${MKDIR} ${PREFIX}/argus/archive
${INSTALL_DATA} ${WRKSRC}/include/cons_def.h ${PREFIX}/include
${INSTALL_DATA} ${WRKSRC}/include/cons_out.h ${PREFIX}/include
${MKDIR} ${PREFIX}/share/examples/argus-2.0
@@ -36,7 +36,7 @@ pre-install:
.endfor
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/argus-2.0/html/man
-.for i in README COPYING COPYRIGHT doc/CHANGES doc/FAQ doc/HOW-TO
+.for i in README COPYING CREDITS doc/CHANGES doc/FAQ doc/HOW-TO
${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/argus-2.0
.endfor
.for i in doc/html/man/*.html
OpenPOWER on IntegriCloud