diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 23:30:05 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 23:30:05 +0000 |
commit | bdeb8561511e9869fe7b4735106e13b68b529eb8 (patch) | |
tree | e962c6543fdab0f842a6d242127e735d0347e99c /graphics/luminance/Makefile | |
parent | 44eaadcb751194bcef34890a161d4bf9a873a2a4 (diff) |
Add DOCS to OPTIONS for ports that have PORTDOCS in the plist.
Notes
Notes:
svn path=/head/; revision=362015
Diffstat (limited to 'graphics/luminance/Makefile')
-rw-r--r-- | graphics/luminance/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/luminance/Makefile b/graphics/luminance/Makefile index b044186986b4..92ccd9b6dc59 100644 --- a/graphics/luminance/Makefile +++ b/graphics/luminance/Makefile @@ -26,6 +26,8 @@ USE_QT4= gui sql webkit xml linguist_build moc_build qmake_build \ rcc_build uic_build imageformats_run INSTALLS_ICONS= yes +OPTIONS_DEFINE= DOCS + post-patch: # Do not install yet another copy of GPL (we use license framework instead) # and fix installation path for docs (but not for internal help files) |