summaryrefslogtreecommitdiff
path: root/math/randlib
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-04 00:52:39 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-04 00:52:39 +0000
commitd9b51276267edffe96f5dfa613e9010e8b20d481 (patch)
tree71cbf3545f3c46063cafedf3043c72b11789854f /math/randlib
parent3b13c98a60e823f1bc3e1f443d21e61fcb8dcbcc (diff)
Notes
Diffstat (limited to 'math/randlib')
-rw-r--r--math/randlib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/randlib/Makefile b/math/randlib/Makefile
index 9e3adefaa10d..ca400f537b27 100644
--- a/math/randlib/Makefile
+++ b/math/randlib/Makefile
@@ -23,10 +23,10 @@ PLIST_FILES= include/randlib.h \
post-extract:
${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile
+OPTIONS_DEFINE= DOCS
+
post-install:
-.if !defined(NOPORTDOCS)
@${MKDIR} ${STAGEDIR}${DOCSDIR}
@${INSTALL_DATA} ${WRKDIR}/source/randlib.c/doc/* ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>