diff options
Diffstat (limited to 'package/httptunnel/Makefile')
-rw-r--r-- | package/httptunnel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/httptunnel/Makefile b/package/httptunnel/Makefile index 610d17b2e..9a579c527 100644 --- a/package/httptunnel/Makefile +++ b/package/httptunnel/Makefile @@ -12,6 +12,8 @@ PKG_SECTION:= net/security PKG_URL:= http://www.nocrew.org/software/httptunnel/ PKG_SITES:= http://www.nocrew.org/software/httptunnel/ +DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz + include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,HTTPTUNNEL,httptunnel,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) |