diff options
author | barner <barner@FreeBSD.org> | 2007-07-09 00:35:03 +0800 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2007-07-09 00:35:03 +0800 |
commit | ba5f5268de05a4da9c9ed1be04badad3ccaaaab5 (patch) | |
tree | 353cbadb086c8e8cf4a65a5f65d7afc7b43c4229 /security | |
parent | 2c020055ac086b7a8073e07dfa909ce04e2bb45f (diff) | |
download | freebsd-ports-gnome-ba5f5268de05a4da9c9ed1be04badad3ccaaaab5.tar.gz freebsd-ports-gnome-ba5f5268de05a4da9c9ed1be04badad3ccaaaab5.tar.zst freebsd-ports-gnome-ba5f5268de05a4da9c9ed1be04badad3ccaaaab5.zip |
- Update master site [1]
- Use EXAMPLESDIR macro
Submitted by: Olli Hauer <ohauer@gmx.de> (on freebsd-ports) [1]
Diffstat (limited to 'security')
-rw-r--r-- | security/snort-rep/Makefile | 2 | ||||
-rw-r--r-- | security/snort-rep/pkg-descr | 2 | ||||
-rw-r--r-- | security/snort-rep/pkg-plist | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/security/snort-rep/Makefile b/security/snort-rep/Makefile index 580a8e1d686c..04c6c5c759b4 100644 --- a/security/snort-rep/Makefile +++ b/security/snort-rep/Makefile @@ -8,7 +8,7 @@ PORTNAME= snort-rep PORTVERSION= 1.10 CATEGORIES= security -MASTER_SITES= http://people.ee.ethz.ch/~dws/software/snort-rep/pub/ +MASTER_SITES= http://david.schweikert.ch/software/snort-rep/pub/ MAINTAINER= ports@FreeBSD.org COMMENT= A Snort reporting tool that can produce text or HTML from logs diff --git a/security/snort-rep/pkg-descr b/security/snort-rep/pkg-descr index 12158d974715..94c297d1e9b7 100644 --- a/security/snort-rep/pkg-descr +++ b/security/snort-rep/pkg-descr @@ -7,4 +7,4 @@ output from a syslog file. The reports contain: * Alert summary by local host and ID * Alert summary by local port and ID -WWW: http://people.ee.ethz.ch/~dws/software/snort-rep/ +WWW: http://david.schweikert.ch/software/snort-rep/ diff --git a/security/snort-rep/pkg-plist b/security/snort-rep/pkg-plist index 6c02d56e5981..bf3f12e5f70e 100644 --- a/security/snort-rep/pkg-plist +++ b/security/snort-rep/pkg-plist @@ -1,3 +1,3 @@ bin/snort-rep -share/examples/snort-rep/snort-rep-mail +%%EXAMPLESDIR%%/snort-rep-mail @dirrm share/examples/snort-rep |