diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-16 11:00:46 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-16 11:00:46 +0800 |
commit | 037277c495c4a69f56029e71eecf6838910561c8 (patch) | |
tree | 728a3619568ce38b9188fc0b8717a16a880d52d3 /math/py-scientific | |
parent | 944f55c3adc149ff34c18999a68dd201bd55600a (diff) | |
download | freebsd-ports-gnome-037277c495c4a69f56029e71eecf6838910561c8.tar.gz freebsd-ports-gnome-037277c495c4a69f56029e71eecf6838910561c8.tar.zst freebsd-ports-gnome-037277c495c4a69f56029e71eecf6838910561c8.zip |
Add DOCS option for ports with PORTDOCS in plist.
Diffstat (limited to 'math/py-scientific')
-rw-r--r-- | math/py-scientific/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/py-scientific/Makefile b/math/py-scientific/Makefile index d7796daf2550..b38633185a03 100644 --- a/math/py-scientific/Makefile +++ b/math/py-scientific/Makefile @@ -23,6 +23,8 @@ PYDISTUTILS_AUTOPLIST= yes DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} +OPTIONS_DEFINE= DOCS EXAMPLES + post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/LICENSE ${STAGEDIR}${DOCSDIR} |