diff options
Diffstat (limited to 'dns/vizone/Makefile')
-rw-r--r-- | dns/vizone/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/vizone/Makefile b/dns/vizone/Makefile index 764ee7ec75aa..c865ad518667 100644 --- a/dns/vizone/Makefile +++ b/dns/vizone/Makefile @@ -27,7 +27,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/updserial ${PREFIX}/bin -.if !defined(NOPORTDOCS) +.if !defined(NOPORTEXAMPLES) ${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/example.tld ${EXAMPLESDIR} .endif |