aboutsummaryrefslogtreecommitdiff
path: root/dns/vizone
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2007-08-15 11:40:37 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2007-08-15 11:40:37 +0000
commit84ef78913b51eb0df271c8852025a45b47f9d00a (patch)
tree8c45dcc6ee6d20b499976f3fdf44286d4d0a5ce1 /dns/vizone
parent70a0a00a6a8e4ac98bfe39b0f983b8580cf74a9a (diff)
downloadports-84ef78913b51eb0df271c8852025a45b47f9d00a.tar.gz
ports-84ef78913b51eb0df271c8852025a45b47f9d00a.zip
Use NOPORTEXAMPLES instead of NOPORTDOCS
Notified by: sat
Notes
Notes: svn path=/head/; revision=197736
Diffstat (limited to 'dns/vizone')
-rw-r--r--dns/vizone/Makefile2
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