diff options
author | zi <zi@FreeBSD.org> | 2011-10-22 19:07:01 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2011-10-22 19:07:01 +0800 |
commit | 973bcda45a118a36e831df3cf8e2cbf8cf0d4d4b (patch) | |
tree | 6ae8c4824e1eb4265ef30b0747b6b9c81f61a9a7 /security/snort | |
parent | f29f81bc0c3cb75e1f3f1b3707ce893e191003f2 (diff) | |
download | freebsd-ports-gnome-973bcda45a118a36e831df3cf8e2cbf8cf0d4d4b.tar.gz freebsd-ports-gnome-973bcda45a118a36e831df3cf8e2cbf8cf0d4d4b.tar.zst freebsd-ports-gnome-973bcda45a118a36e831df3cf8e2cbf8cf0d4d4b.zip |
- Add additional MASTER_SITES
Diffstat (limited to 'security/snort')
-rw-r--r-- | security/snort/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/snort/Makefile b/security/snort/Makefile index 8f95516c62b2..bfa9a3ad149c 100644 --- a/security/snort/Makefile +++ b/security/snort/Makefile @@ -8,7 +8,8 @@ PORTNAME= snort PORTVERSION= 2.9.1.2 CATEGORIES= security -MASTER_SITES= SF/snort/snort +MASTER_SITES= SF/snort/snort \ + http://people.rit.edu/rpsfa/distfiles/ PATCH_DIST_STRIP= -p1 |