aboutsummaryrefslogtreecommitdiffstats
path: root/dns/vizone
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2007-08-15 19:40:37 +0800
committerehaupt <ehaupt@FreeBSD.org>2007-08-15 19:40:37 +0800
commita124d2b732007ceab65c94b5d9108e326c83e163 (patch)
treeab2608e2cd9ff8e169d50fd8c98ef14fff4ccc84 /dns/vizone
parent4d2ddb93723b9893440d1ebd2e66d774ff56c536 (diff)
downloadfreebsd-ports-gnome-a124d2b732007ceab65c94b5d9108e326c83e163.tar.gz
freebsd-ports-gnome-a124d2b732007ceab65c94b5d9108e326c83e163.tar.zst
freebsd-ports-gnome-a124d2b732007ceab65c94b5d9108e326c83e163.zip
Use NOPORTEXAMPLES instead of NOPORTDOCS
Notified by: sat
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