diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-09-23 21:23:27 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-09-23 21:23:27 +0000 |
commit | 34454c3b49237ad6c34a2ecb7c2104b827d50446 (patch) | |
tree | 557b131361cb960711b1cfe2b80c22d688483207 | |
parent | Remove .orig file in files/ (diff) |
Remove a stray line-continuation which was breaking the fetch.
Notes
Notes:
svn path=/head/; revision=48128
-rw-r--r-- | security/snort/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/snort/Makefile b/security/snort/Makefile index c79d09c40457..41238fc5e46f 100644 --- a/security/snort/Makefile +++ b/security/snort/Makefile @@ -9,7 +9,7 @@ PORTNAME= snort PORTVERSION= 1.8.1 PORTREVISION= 1 CATEGORIES= security -MASTER_SITES= http://snort.sourcefire.com/releases/ \ +MASTER_SITES= http://snort.sourcefire.com/releases/ DISTNAME= ${PORTNAME}-1.8.1-RELEASE MAINTAINER= kris@FreeBSD.org |