diff options
Diffstat (limited to 'package/openntpd/Makefile')
-rw-r--r-- | package/openntpd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/openntpd/Makefile b/package/openntpd/Makefile index 35081344d..e3f197d87 100644 --- a/package/openntpd/Makefile +++ b/package/openntpd/Makefile @@ -13,6 +13,8 @@ PKG_DEPENDS:= libopenssl PKG_URL:= http://www.openntpd.org/ PKG_SITES:= ftp://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/ +DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz + include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,OPENNTPD,openntpd,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) |