diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 14:36:12 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 14:36:12 +0000 |
commit | 38c88dc57d76f8dfe5d3f87280445a82ac9c05ba (patch) | |
tree | 3640566e09bc0fb1e09e472c99d07891171749fe /devel/javolution | |
parent | c5f6c8b922eeb8bc68f2499f8bbee0bb91d8512a (diff) | |
download | ports-38c88dc57d76f8dfe5d3f87280445a82ac9c05ba.tar.gz ports-38c88dc57d76f8dfe5d3f87280445a82ac9c05ba.zip |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Notes
Notes:
svn path=/head/; revision=361929
Diffstat (limited to 'devel/javolution')
-rw-r--r-- | devel/javolution/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/javolution/Makefile b/devel/javolution/Makefile index e0747676dc35..42122b07bfd1 100644 --- a/devel/javolution/Makefile +++ b/devel/javolution/Makefile @@ -22,6 +22,8 @@ PORTDOCS= * PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-patch: |