From 84ef78913b51eb0df271c8852025a45b47f9d00a Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Wed, 15 Aug 2007 11:40:37 +0000 Subject: [PATCH] Use NOPORTEXAMPLES instead of NOPORTDOCS Notified by: sat --- dns/vizone/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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