summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--network/snort/snort.SlackBuild2
-rw-r--r--network/snort/snort.info2
2 files changed, 3 insertions, 1 deletions
diff --git a/network/snort/snort.SlackBuild b/network/snort/snort.SlackBuild
index 7168c20f76..5f234dbf66 100644
--- a/network/snort/snort.SlackBuild
+++ b/network/snort/snort.SlackBuild
@@ -125,4 +125,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/network/snort/snort.info b/network/snort/snort.info
index ca5339190f..384c1c7b7e 100644
--- a/network/snort/snort.info
+++ b/network/snort/snort.info
@@ -2,7 +2,9 @@ PRGNAM="snort"
VERSION="2.8.4.1"
HOMEPAGE="http://www.snort.org/"
DOWNLOAD="http://dl.snort.org/snort-current/snort-2.8.4.1.tar.gz"
+DOWNLOAD_x86_64=""
MD5SUM="63f4e76ae96a2d133f4c7b741bad5458"
+MD5SUM_x86_64=""
MAINTAINER="Thomas_York"
EMAIL="straterra@fuhell.com"
APPROVED="rworkman"