diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-04 08:52:39 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-04 08:52:39 +0800 |
commit | 312bafbda46d2ff47fbd40a4e4e34f59deeeecc6 (patch) | |
tree | 71cbf3545f3c46063cafedf3043c72b11789854f /math/randlib | |
parent | ffba0efda3d6171430d65d75094c80b02f39bd8e (diff) | |
download | freebsd-ports-gnome-312bafbda46d2ff47fbd40a4e4e34f59deeeecc6.tar.gz freebsd-ports-gnome-312bafbda46d2ff47fbd40a4e4e34f59deeeecc6.tar.zst freebsd-ports-gnome-312bafbda46d2ff47fbd40a4e4e34f59deeeecc6.zip |
Remove NOPORTDOCS and NOPORTEXAMPLES.
Approved by: portmgr (blanket)
Diffstat (limited to 'math/randlib')
-rw-r--r-- | math/randlib/Makefile | 4 |
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> |