aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-06-30 03:19:50 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-06-30 03:19:50 +0800
commit320162d70e19bc4e38bff6032c8195eb41209c77 (patch)
treefd44204fd4a9553c31de2db8905282b45910cd14 /math
parent2d5c4ad8067b924164c3206cdce8b54a8c093663 (diff)
downloadfreebsd-ports-gnome-320162d70e19bc4e38bff6032c8195eb41209c77.tar.gz
freebsd-ports-gnome-320162d70e19bc4e38bff6032c8195eb41209c77.tar.zst
freebsd-ports-gnome-320162d70e19bc4e38bff6032c8195eb41209c77.zip
- Switch to options helpers
Diffstat (limited to 'math')
-rw-r--r--math/randlib/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/randlib/Makefile b/math/randlib/Makefile
index b38bac2a1b26..9f27d48398b7 100644
--- a/math/randlib/Makefile
+++ b/math/randlib/Makefile
@@ -21,12 +21,12 @@ PLIST_FILES= include/randlib.h \
lib/librandlib.so \
lib/librandlib.so.1
+OPTIONS_DEFINE= DOCS
+
post-extract:
${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile
-OPTIONS_DEFINE= DOCS
-
-post-install:
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKDIR}/source/randlib.c/doc/* ${STAGEDIR}${DOCSDIR}