aboutsummaryrefslogtreecommitdiff
path: root/net/reposado
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/reposado
parentd88572b38372acbe93dad72b0058c23d88f85dca (diff)
downloadports-3631e2333a8700d4f00d6caa681ba17d7687babf.tar.gz
ports-3631e2333a8700d4f00d6caa681ba17d7687babf.zip
Notes
Diffstat (limited to 'net/reposado')
-rw-r--r--net/reposado/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/reposado/Makefile b/net/reposado/Makefile
index eadaf9663587..0a47a482555f 100644
--- a/net/reposado/Makefile
+++ b/net/reposado/Makefile
@@ -23,6 +23,8 @@ USE_PYDISTUTILS= yes
SUB_FILES= pkg-message
+OPTIONS_DEFINE= DOCS
+
post-patch:
@${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE},g" \
${WRKSRC}/code/reposadolib/reposadocommon.py
@@ -30,10 +32,8 @@ post-patch:
${WRKSRC}/setup.py
post-install:
-.if !defined(NOPORTDOCS)
@${MKDIR} ${STAGEDIR}${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} && \
${INSTALL_DATA} ${WRKSRC}/docs/* ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>