diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 16:23:08 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 16:23:08 +0000 |
commit | 18a7fd6042909a3e6ebc71488d66be85e05a76be (patch) | |
tree | a5059b85b4cf90a2a9e99ae99af95b141efca8c4 /math/prng | |
parent | 99afccd1ce89497265f41f1d5227f29ef3c490e9 (diff) | |
download | ports-18a7fd6042909a3e6ebc71488d66be85e05a76be.tar.gz ports-18a7fd6042909a3e6ebc71488d66be85e05a76be.zip |
Notes
Diffstat (limited to 'math/prng')
-rw-r--r-- | math/prng/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/prng/Makefile b/math/prng/Makefile index f6ddeb68933b..f625bc2db73c 100644 --- a/math/prng/Makefile +++ b/math/prng/Makefile @@ -18,6 +18,8 @@ PLIST_FILES= include/prng.h lib/libprng.a PORTDOCS= prng.dvi prng.pdf prng.ps prng.txt PORTEXAMPLES= Makefile pairs.c tuples.c +OPTIONS_DEFINE= DOCS EXAMPLES + .include <bsd.port.options.mk> post-install: |