summaryrefslogtreecommitdiff
path: root/net/neubot
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-04 21:44:04 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-04 21:44:04 +0000
commit3631e2333a8700d4f00d6caa681ba17d7687babf (patch)
tree745f97af838071739e1b6070acbf4862962b5405 /net/neubot
parent- Keep la files, this fixes bacula-server build (diff)
Remove NOPORTDOCS and NOPORTEXAMPLES.
Notes
Notes: svn path=/head/; revision=360664
Diffstat (limited to 'net/neubot')
-rw-r--r--net/neubot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/neubot/Makefile b/net/neubot/Makefile
index f84ef21c9836..3cbd989dd5fb 100644
--- a/net/neubot/Makefile
+++ b/net/neubot/Makefile
@@ -33,14 +33,14 @@ SUB_FILES= pkg_message
SUB_LIST+= PYTHON_CMD=${PYTHON_CMD}
PKGMESSAGE= ${WRKDIR}/pkg_message
+OPTIONS_DEFINE= DOCS
+
post-install:
${RM} -rf ${STAGEDIR}${LSTATEDIR}
(cd ${STAGEDIR}${PREFIX} \
&& ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \
-d ${PREFIX} -f ${DATADIR:S;${PREFIX}/;;})
-.if !defined(NOPORTDOCS)
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${DOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>