diff options
Diffstat (limited to 'devel/boost-docs/Makefile')
-rw-r--r-- | devel/boost-docs/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/boost-docs/Makefile b/devel/boost-docs/Makefile index bcfe8330e42e..aa752b62f118 100644 --- a/devel/boost-docs/Makefile +++ b/devel/boost-docs/Makefile @@ -5,15 +5,21 @@ COMMENT= Documentation for libraries from boost.org USES= python:env shebangfix +LICENSE= BSL +LICENSE_FILE= ${WRKDIR}/${DISTNAME}/LICENSE_1_0.txt + DOCSDIR= ${PREFIX}/share/doc/boost UNIQ= /usr/bin/uniq +NO_ARCH= yes NO_BUILD= yes OPTIONS_DEFINE= DOCS SHEBANG_GLOB= *.py +PORTDOCS= * + .include "${.CURDIR}/..//boost-all/common.mk" do-install: |