diff options
author | pav <pav@FreeBSD.org> | 2004-05-25 00:01:44 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-05-25 00:01:44 +0000 |
commit | 9d75be7d99369a5fadcbe7e322fddb0a7e596884 (patch) | |
tree | 6909250269827fec5f3f0db5fca2ffe54dd4538b /security/acid | |
parent | f3f6c3e8a86b1cc339bc340579ac4d225e48a36b (diff) | |
download | FreeBSD-ports-9d75be7d99369a5fadcbe7e322fddb0a7e596884.zip FreeBSD-ports-9d75be7d99369a5fadcbe7e322fddb0a7e596884.tar.gz |
- Fix MASTER_SITES
PR: ports/67146
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Diffstat (limited to 'security/acid')
-rw-r--r-- | security/acid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/acid/Makefile b/security/acid/Makefile index 6d725b3..71db329 100644 --- a/security/acid/Makefile +++ b/security/acid/Makefile @@ -8,7 +8,7 @@ PORTNAME= acid PORTVERSION= 0.9.6b23 CATEGORIES= security -MASTER_SITES= http://www.andrew.cmu.edu/~rdanyliw/snort/ +MASTER_SITES= http://www.andrew.cmu.edu/user/rdanyliw/snort/ MAINTAINER= possamai@xs4all.nl COMMENT= Analysis Console for Intrusion Databases (ACID) with Snort and MySQL |