diff options
author | kris <kris@FreeBSD.org> | 2001-09-23 21:23:27 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-09-23 21:23:27 +0000 |
commit | a5dd5b811d3b9b904ea8b59f65e6e296d946a840 (patch) | |
tree | 91c96aff4fa7f377cf644e35be1d502ad8eef91f /security/snort | |
parent | 49f85cd75b1ac307b2d18eb26824f8ea96dbc4f5 (diff) | |
download | FreeBSD-ports-a5dd5b811d3b9b904ea8b59f65e6e296d946a840.zip FreeBSD-ports-a5dd5b811d3b9b904ea8b59f65e6e296d946a840.tar.gz |
Remove a stray line-continuation which was breaking the fetch.
Diffstat (limited to 'security/snort')
-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 c79d09c..41238fc 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 |