diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-04 07:59:50 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-04 07:59:50 +0800 |
commit | e198670a20bdb15ca6c0680cc2882da2d1ab6db8 (patch) | |
tree | 79e12c96079a8937c64066b382aa45c4a7dce7a8 /dns/vizone | |
parent | f398cf6dbea35b51e77e05e38de30595e13ed48b (diff) | |
download | freebsd-ports-gnome-e198670a20bdb15ca6c0680cc2882da2d1ab6db8.tar.gz freebsd-ports-gnome-e198670a20bdb15ca6c0680cc2882da2d1ab6db8.tar.zst freebsd-ports-gnome-e198670a20bdb15ca6c0680cc2882da2d1ab6db8.zip |
Remove NOPORTEXAMPLES.
Diffstat (limited to 'dns/vizone')
-rw-r--r-- | dns/vizone/Makefile | 4 |
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> |