aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-12-01 21:17:22 +0800
committerpav <pav@FreeBSD.org>2008-12-01 21:17:22 +0800
commit4e15e487b19182a8fdd7a6840e5972b34866ce54 (patch)
tree9b9b2312d617b1a48e4c0746fdde7b89eeb82eb9 /math
parent8df27d2d844ce4289f741fdae5222c7179926122 (diff)
downloadfreebsd-ports-gnome-4e15e487b19182a8fdd7a6840e5972b34866ce54.tar.gz
freebsd-ports-gnome-4e15e487b19182a8fdd7a6840e5972b34866ce54.tar.zst
freebsd-ports-gnome-4e15e487b19182a8fdd7a6840e5972b34866ce54.zip
- Clean up toolkits directory (no longer installed by matplotlib)
- While here, don't package egg-info twice Reported by: pointyhat
Diffstat (limited to 'math')
-rw-r--r--math/py-basemap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-basemap/Makefile b/math/py-basemap/Makefile
index bc7d4511907f..93a8f40e6d86 100644
--- a/math/py-basemap/Makefile
+++ b/math/py-basemap/Makefile
@@ -34,7 +34,6 @@ PLISTDIR= ${PYTHON_SITELIBDIR}/matplotlib/toolkits/basemap \
${PYTHON_SITELIBDIR}/shptree.so \
${PYTHON_SITELIBDIR}/shapelibc.so \
${PYTHON_SITELIBDIR}/pyproj.so \
- ${PYTHON_SITELIBDIR}/basemap-0.9.2-py2.5.egg-info \
${DATADIR}
.if !defined(NOPORTDOCS)
PLISTDIR+= ${EXAMPLESDIR}
@@ -56,5 +55,6 @@ post-install:
@${FIND} ${dir} -type d | ${SORT} -r | \
${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
.endfor
+ @${ECHO} "@unexec rmdir %D/${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}/matplotlib/toolkits 2> /dev/null || true" >> ${TMPPLIST}
.include <bsd.port.post.mk>