diff options
Diffstat (limited to 'package/tor/Makefile')
-rw-r--r-- | package/tor/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/tor/Makefile b/package/tor/Makefile index 85c8de729..7c57f0573 100644 --- a/package/tor/Makefile +++ b/package/tor/Makefile @@ -14,6 +14,8 @@ PKG_BUILDDEP:= libevent openssl zlib PKG_URL:= https://www.torproject.org/ PKG_SITES:= https://www.torproject.org/dist/ +DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz + include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,TOR,tor,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) |