aboutsummaryrefslogtreecommitdiff
path: root/math/py-scientific/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-09-12 08:50:42 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-09-12 08:50:42 +0000
commit54d25ae10ed00198829fb49c5f9555886fb071de (patch)
tree80ce50de010e3c418606e1b109e322f1eec1a818 /math/py-scientific/Makefile
parentee80b88a36ccbc57d61dbc6d053b0ea12455bcbe (diff)
downloadports-54d25ae10ed00198829fb49c5f9555886fb071de.tar.gz
ports-54d25ae10ed00198829fb49c5f9555886fb071de.zip
Notes
Diffstat (limited to 'math/py-scientific/Makefile')
-rw-r--r--math/py-scientific/Makefile2
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}