aboutsummaryrefslogtreecommitdiff
path: root/sysutils/mcollective
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-04 22:25:48 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-04 22:25:48 +0000
commit6883b2c6e73fe8ce623318807a0287e5daa9b208 (patch)
tree208ea5dc5e7a8a951319cfc1c00f5e6b5e4fd3ea /sysutils/mcollective
parent381f5c8d0b11d6ffa759a218ed654f320aaef1ae (diff)
downloadports-6883b2c6e73fe8ce623318807a0287e5daa9b208.tar.gz
ports-6883b2c6e73fe8ce623318807a0287e5daa9b208.zip
Notes
Diffstat (limited to 'sysutils/mcollective')
-rw-r--r--sysutils/mcollective/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/mcollective/Makefile b/sysutils/mcollective/Makefile
index 42140cca6b92..03bee0a1e4df 100644
--- a/sysutils/mcollective/Makefile
+++ b/sysutils/mcollective/Makefile
@@ -24,6 +24,8 @@ SCRIPTS= mco
SUB_LIST+= RUBY=${RUBY}
+OPTIONS_DEFINE= DOCS
+
do-patch:
@${REINPLACE_CMD} -e "s|/etc/mcollective|${ETCDIR}|" \
${WRKSRC}/bin/mcollectived \
@@ -50,9 +52,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/etc/client.cfg.dist ${STAGEDIR}${ETCDIR}
${INSTALL_DATA} ${WRKSRC}/etc/server.cfg.dist ${STAGEDIR}${ETCDIR}
-.if !defined(NOPORTDOCS)
${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR})
-.endif
.include <bsd.port.mk>