aboutsummaryrefslogtreecommitdiff
path: root/math/py-numarray/Makefile
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2005-07-18 00:52:39 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2005-07-18 00:52:39 +0000
commita4f7bedac12be72c3059d5926165d78beec869f9 (patch)
treeacf3d513289894e7154c462d1cd78f27e79f01cc /math/py-numarray/Makefile
parent859728ab5f6012a6a1c7ce7023f9f7d32dad9378 (diff)
downloadports-a4f7bedac12be72c3059d5926165d78beec869f9.tar.gz
ports-a4f7bedac12be72c3059d5926165d78beec869f9.zip
Update to 1.3.3
PR: 83600 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Notes
Notes: svn path=/head/; revision=139450
Diffstat (limited to 'math/py-numarray/Makefile')
-rw-r--r--math/py-numarray/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/math/py-numarray/Makefile b/math/py-numarray/Makefile
index 0950441ff5f5..0be606f4a99c 100644
--- a/math/py-numarray/Makefile
+++ b/math/py-numarray/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= numarray
-PORTVERSION= 1.3.1
+PORTVERSION= 1.3.3
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= numpy
@@ -17,8 +17,6 @@ COMMENT= Numeric array manipulation extension module for Python
USE_PYTHON= yes
USE_PYDISTUTILS=yes
-PLIST_SUB= DOCSDIR=${DOCSDIR:S,${PREFIX}/,,} \
- EXAMPLESDIR=${EXAMPLESDIR:S,${PREFIX}/,,}
post-configure:
cd ${WRKSRC} && \
@@ -30,6 +28,7 @@ post-install:
@${MKDIR} ${DOCSDIR} ${EXAMPLESDIR}
@${TAR} -C ${WRKSRC}/Doc -cf- .|${TAR} -C ${DOCSDIR} -xf-
@${TAR} -C ${WRKSRC}/Examples -cf- .|${TAR} -C ${EXAMPLESDIR} -xf-
+ @${RM} -fr ${EXAMPLESDIR}/ufunc/build
.endif
.include <bsd.port.mk>