aboutsummaryrefslogtreecommitdiff
path: root/math/py-scientific/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2002-07-05 10:18:55 +0000
committerThomas Gellekum <tg@FreeBSD.org>2002-07-05 10:18:55 +0000
commit3bcb961966f7ad9679325be78e49a62070d420ee (patch)
treecc094945a23785eb6222e1c2751041625a80afba /math/py-scientific/Makefile
parent780a3f1ee7da3d82bd3e22fe8fbd3cccae358ee2 (diff)
downloadports-3bcb961966f7ad9679325be78e49a62070d420ee.tar.gz
ports-3bcb961966f7ad9679325be78e49a62070d420ee.zip
Notes
Diffstat (limited to 'math/py-scientific/Makefile')
-rw-r--r--math/py-scientific/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/math/py-scientific/Makefile b/math/py-scientific/Makefile
index 5f5cdc75bd7a..77747732c647 100644
--- a/math/py-scientific/Makefile
+++ b/math/py-scientific/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= scientific
-PORTVERSION= 2.2
+PORTVERSION= 2.4
CATEGORIES= math python
MASTER_SITES= http://starship.python.net/crew/hinsen/ \
http://dirac.cnrs-orleans.fr/programs/
@@ -28,12 +28,13 @@ EXAMPLEDIR= ${PREFIX}/share/examples/py-scientific
post-install:
@${MKDIR} ${DOCDIR}
- ${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${DOCDIR}
+ ${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCDIR}
.if !defined(NOPORTDOCS)
cd ${WRKDIR}/${DISTNAME}/Doc; tar -c --exclude='*~' -f - . | \
(cd ${DOCDIR}; tar -xf -)
@${MKDIR} ${EXAMPLEDIR}
- ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/Examples/* ${EXAMPLEDIR}
+ cd ${WRKDIR}/${DISTNAME}/Examples; tar -c --exclude='*~' -f - . | \
+ (cd ${EXAMPLEDIR}; tar -xf -)
.endif
.include <bsd.port.mk>