diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-08-15 11:40:37 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-08-15 11:40:37 +0000 |
commit | 84ef78913b51eb0df271c8852025a45b47f9d00a (patch) | |
tree | 8c45dcc6ee6d20b499976f3fdf44286d4d0a5ce1 /dns/vizone | |
parent | 70a0a00a6a8e4ac98bfe39b0f983b8580cf74a9a (diff) |
Notes
Diffstat (limited to 'dns/vizone')
-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 |