diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2007-08-15 19:40:37 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2007-08-15 19:40:37 +0800 |
commit | a124d2b732007ceab65c94b5d9108e326c83e163 (patch) | |
tree | ab2608e2cd9ff8e169d50fd8c98ef14fff4ccc84 /dns/vizone | |
parent | 4d2ddb93723b9893440d1ebd2e66d774ff56c536 (diff) | |
download | freebsd-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/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 |