diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-09-12 08:50:42 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-09-12 08:50:42 +0000 |
commit | 54d25ae10ed00198829fb49c5f9555886fb071de (patch) | |
tree | 80ce50de010e3c418606e1b109e322f1eec1a818 /math/py-scientific/Makefile | |
parent | ee80b88a36ccbc57d61dbc6d053b0ea12455bcbe (diff) |
Notes
Diffstat (limited to 'math/py-scientific/Makefile')
-rw-r--r-- | math/py-scientific/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-scientific/Makefile b/math/py-scientific/Makefile index cff175324de9..f3a7745b36b2 100644 --- a/math/py-scientific/Makefile +++ b/math/py-scientific/Makefile @@ -28,9 +28,9 @@ DOCDIR= ${PREFIX}/share/doc/py-scientific EXAMPLEDIR= ${PREFIX}/share/examples/py-scientific post-install: +.if !defined(NOPORTDOCS) @${MKDIR} ${DOCDIR} ${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCDIR} -.if !defined(NOPORTDOCS) cd ${WRKDIR}/${DISTNAME}/Doc; tar -c --exclude='*~' -f - . | \ (cd ${DOCDIR}; tar -xf -) @${MKDIR} ${EXAMPLEDIR} |