summaryrefslogtreecommitdiff
path: root/package/portsentry
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-04-26 09:53:28 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-04-26 09:56:01 +0200
commit1aacea2738c291c5e144ad1913c3ed6cca9f87db (patch)
treef8a39f8d250a1a8bc1e56a3607b59231281f1927 /package/portsentry
parent5bdd93287770808c4100008b8b0b39c1a55bf098 (diff)
use XZ tarballs as default
Diffstat (limited to 'package/portsentry')
-rw-r--r--package/portsentry/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/portsentry/Makefile b/package/portsentry/Makefile
index 7878c2da4..2c7fb9648 100644
--- a/package/portsentry/Makefile
+++ b/package/portsentry/Makefile
@@ -7,13 +7,14 @@ PKG_NAME:= portsentry
PKG_VERSION:= 1.2
PKG_RELEASE:= 1
PKG_MD5SUM:= 3ebd3618ba9abfea2525e236bd44cebd
-PKG_DESCR:= Software for protection against port scans
+PKG_DESCR:= software for protection against port scans
PKG_SECTION:= net/security
PKG_URL:= http://sourceforge.net/projects/sentrytools
PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=sentrytools/}
PKG_LIBC_DEPENDS:= uclibc glibc
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
WRKDIST= ${WRKDIR}/${PKG_NAME}_beta
include ${TOPDIR}/mk/package.mk