aboutsummaryrefslogtreecommitdiff
path: root/math/lrng
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-15 16:23:08 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-15 16:23:08 +0000
commit18a7fd6042909a3e6ebc71488d66be85e05a76be (patch)
treea5059b85b4cf90a2a9e99ae99af95b141efca8c4 /math/lrng
parent99afccd1ce89497265f41f1d5227f29ef3c490e9 (diff)
downloadports-18a7fd6042909a3e6ebc71488d66be85e05a76be.tar.gz
ports-18a7fd6042909a3e6ebc71488d66be85e05a76be.zip
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Notes
Notes: svn path=/head/; revision=361962
Diffstat (limited to 'math/lrng')
-rw-r--r--math/lrng/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/lrng/Makefile b/math/lrng/Makefile
index b69be81cdd28..a2175ac5170f 100644
--- a/math/lrng/Makefile
+++ b/math/lrng/Makefile
@@ -26,7 +26,7 @@ MAKE_ENV+= CLEANFILES="${CLEANFILES}" \
LIB="${LIB}" LIBDIR="${LIBDIR}" SHLIB_MAJOR="${SHLIB_MAJOR}" \
SRCS="${SRCS}" SRCCONF="${SRCCONF}"
NO_WRKSUBDIR= yes
-OPTIONS_DEFINE= PROFILE
+OPTIONS_DEFINE= PROFILE DOCS EXAMPLES
PLIST_DIRS= include/${PORTNAME}
PLIST_FILES= ${DISTFILES:M*.h\:1:S|:1$||:S|^|include/${PORTNAME}/|:} \
lib/lib${LIB}.a lib/lib${LIB}.so \