diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2012-04-24 14:13:26 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2012-04-24 14:13:26 +0000 |
commit | 84e393bcf6969c9c42e613135d48815d345bd540 (patch) | |
tree | fcba8c11491dabeac7b374fd76717e62d6280be1 /dns/knot/Makefile | |
parent | aa434b1d8679ab7d34084f4d545cfe6b8a4aa3cc (diff) | |
download | ports-84e393bcf6969c9c42e613135d48815d345bd540.tar.gz ports-84e393bcf6969c9c42e613135d48815d345bd540.zip |
Notes
Diffstat (limited to 'dns/knot/Makefile')
-rw-r--r-- | dns/knot/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dns/knot/Makefile b/dns/knot/Makefile index ebee4f8bd0cc..51ba042034a0 100644 --- a/dns/knot/Makefile +++ b/dns/knot/Makefile @@ -6,8 +6,7 @@ # PORTNAME= knot -PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTVERSION= 1.0.3 CATEGORIES= dns ipv6 MASTER_SITES= http://public.nic.cz/files/knot-dns/ \ http://www.dns-lab.com/downloads/knot-dns/ @@ -40,9 +39,6 @@ post-install: @${MKDIR} ${ETCDIR} @${INSTALL_DATA} ${WRKSRC}/samples/knot.min.conf ${ETCDIR} @${INSTALL_DATA} ${WRKSRC}/samples/knot.full.conf ${ETCDIR} - @if [ ! -f ${ETCDIR}/knot.conf ]; then \ - ${INSTALL_DATA} ${ETCDIR}/knot.min.conf ${ETCDIR}/knot.conf; \ - fi .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/ |