aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-03 23:59:50 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-03 23:59:50 +0000
commitac9d42d09cab6b10f5e477912a5983632bb16014 (patch)
tree79e12c96079a8937c64066b382aa45c4a7dce7a8 /dns
parentb25b990078029aa517665ff6187d01f92859cf8b (diff)
downloadports-ac9d42d09cab6b10f5e477912a5983632bb16014.tar.gz
ports-ac9d42d09cab6b10f5e477912a5983632bb16014.zip
Notes
Diffstat (limited to 'dns')
-rw-r--r--dns/vizone/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/vizone/Makefile b/dns/vizone/Makefile
index 5c7d36f8394a..5f0d11c61e5b 100644
--- a/dns/vizone/Makefile
+++ b/dns/vizone/Makefile
@@ -18,13 +18,13 @@ SHEBANG_FILES= updserial
PORTEXAMPLES= example.tld
PLIST_FILES= bin/vizone bin/updserial
+OPTIONS_DEFINE= EXAMPLES
+
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/updserial ${STAGEDIR}${PREFIX}/bin
-.if !defined(NOPORTEXAMPLES)
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/example.tld ${STAGEDIR}${EXAMPLESDIR}
-.endif
.include <bsd.port.mk>