diff options
author | perky <perky@FreeBSD.org> | 2005-07-18 00:52:39 +0000 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2005-07-18 00:52:39 +0000 |
commit | 7effaaf77442e9e8b836218185c1aa541cf275fa (patch) | |
tree | b717c7ebb2c29fea8ab39c21404a9d2164969c88 /math/py-numarray/Makefile | |
parent | aab28b1a19be9a1b82af4011a81df85b861956f3 (diff) | |
download | FreeBSD-ports-7effaaf77442e9e8b836218185c1aa541cf275fa.zip FreeBSD-ports-7effaaf77442e9e8b836218185c1aa541cf275fa.tar.gz |
Update to 1.3.3
PR: 83600
Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Diffstat (limited to 'math/py-numarray/Makefile')
-rw-r--r-- | math/py-numarray/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/py-numarray/Makefile b/math/py-numarray/Makefile index 0950441..0be606f 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> |