summaryrefslogtreecommitdiff
path: root/package/nginx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/nginx/Makefile')
-rw-r--r--package/nginx/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/nginx/Makefile b/package/nginx/Makefile
index 25c413a25..5da12f51d 100644
--- a/package/nginx/Makefile
+++ b/package/nginx/Makefile
@@ -14,6 +14,8 @@ PKG_DEPENDS:= libopenssl libpcre libpthread zlib
PKG_URL:= http://nginx.org/
PKG_SITES:= http://nginx.org/download/
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
+
include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,NGINX,nginx,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))