diff options
author | pav <pav@FreeBSD.org> | 2006-11-01 06:08:40 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-11-01 06:08:40 +0800 |
commit | db776c6b0cfb0773b2f0979ef708319d99361df2 (patch) | |
tree | 7921819e3a1bc5b5530d82d815d3b1e1b5eaed52 /security | |
parent | e9c99d7fbbdd7f6da77663ae91ee67e3baabe026 (diff) | |
download | freebsd-ports-gnome-db776c6b0cfb0773b2f0979ef708319d99361df2.tar.gz freebsd-ports-gnome-db776c6b0cfb0773b2f0979ef708319d99361df2.tar.zst freebsd-ports-gnome-db776c6b0cfb0773b2f0979ef708319d99361df2.zip |
- Fix COMMENT
PR: ports/104987, ports/104991
Submitted by: Paul Schmehl <pauls@utdallas.edu> (maintainer)
Diffstat (limited to 'security')
-rw-r--r-- | security/sguil-sensor/Makefile | 2 | ||||
-rw-r--r-- | security/sguil-server/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/sguil-sensor/Makefile b/security/sguil-sensor/Makefile index 2d29563deae3..330d1febe152 100644 --- a/security/sguil-sensor/Makefile +++ b/security/sguil-sensor/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sguil MAINTAINER= pauls@utdallas.edu -COMMENT= Squil is a network security management program +COMMENT= Squil is a network security monitoring program RUN_DEPENDS= snort:${PORTSDIR}/security/snort \ barnyard:${PORTSDIR}/security/barnyard-sguil6 \ diff --git a/security/sguil-server/Makefile b/security/sguil-server/Makefile index 8cabebf2708a..cd45efc805c7 100644 --- a/security/sguil-server/Makefile +++ b/security/sguil-server/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sguil MAINTAINER= pauls@utdallas.edu -COMMENT= Squil is a network security management program +COMMENT= Squil is a network security monitoring program RUN_DEPENDS= p0f:${PORTSDIR}/net-mgmt/p0f \ tcpflow:${PORTSDIR}/net/tcpflow \ |