diff options
Diffstat (limited to 'dns')
-rw-r--r-- | dns/knot/Makefile | 8 | ||||
-rw-r--r-- | dns/knot/distinfo | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/dns/knot/Makefile b/dns/knot/Makefile index f62a08d4d491..71c965ca854d 100644 --- a/dns/knot/Makefile +++ b/dns/knot/Makefile @@ -6,7 +6,7 @@ # PORTNAME= knot -PORTVERSION= 1.0.5 +PORTVERSION= 1.0.6 CATEGORIES= dns ipv6 MASTER_SITES= http://public.nic.cz/files/knot-dns/ \ http://www.dns-lab.com/downloads/knot-dns/ @@ -30,6 +30,8 @@ MAKE_JOBS_SAFE= yes USE_AUTOTOOLS= libtool USE_OPENSSL= yes +.include <bsd.port.pre.mk> + SUB_FILES= pkg-message USE_RC_SUBR= ${PORTNAME}d @@ -43,10 +45,10 @@ post-install: @${MKDIR} ${ETCDIR} @${INSTALL_DATA} ${WRKSRC}/samples/knot.min.conf ${ETCDIR} @${INSTALL_DATA} ${WRKSRC}/samples/knot.full.conf ${ETCDIR} -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/ .endif @${CAT} ${WRKDIR}/pkg-message -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/dns/knot/distinfo b/dns/knot/distinfo index ee3693fecd44..4c51eaa2a8ac 100644 --- a/dns/knot/distinfo +++ b/dns/knot/distinfo @@ -1,2 +1,2 @@ -SHA256 (knot-1.0.5.tar.gz) = 9476aa0444f4c8e9ec96bb284aa7b03a746a8ddfef5dbd287fcb6efedcfcc1dd -SIZE (knot-1.0.5.tar.gz) = 1064340 +SHA256 (knot-1.0.6.tar.gz) = baa4e086372015e233ff90cf72ef06e18513b8f2b17196684b6718aa7854f028 +SIZE (knot-1.0.6.tar.gz) = 1065751 |