svn commit: r344341 - head/math/py-basemap-data
Martin Wilke
miwi at FreeBSD.org
Sat Feb 15 10:05:05 UTC 2014
Author: miwi
Date: Sat Feb 15 10:05:05 2014
New Revision: 344341
URL: http://svnweb.freebsd.org/changeset/ports/344341
QAT: https://qat.redports.org/buildarchive/r344341/
Log:
- Convert to autoplist
- Stage support
- Bump PORTREV
Modified:
head/math/py-basemap-data/Makefile
Modified: head/math/py-basemap-data/Makefile
==============================================================================
--- head/math/py-basemap-data/Makefile Sat Feb 15 10:04:06 2014 (r344340)
+++ head/math/py-basemap-data/Makefile Sat Feb 15 10:05:05 2014 (r344341)
@@ -3,6 +3,7 @@
PORTNAME= basemap-data
PORTVERSION= 0.9
+PORTREVISION= 1
CATEGORIES= math python
MASTER_SITES= SF/matplotlib/matplotlib-toolkits/basemap-${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,24 +13,9 @@ COMMENT= Map data for py-basemap
USE_PYTHON= yes
USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
DATADIR= ${PREFIX}/share/py-${PORTNAME}
-
MAKE_ENV= BASEMAP_DATA_PATH=${DATADIR}
-PLISTDIR= ${DATADIR}/*_[hi].txt \
- ${PYTHON_SITELIBDIR}/basemap_data-0.9-py2.5.egg-info
-
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
-post-install:
-.for dir in ${PLISTDIR}
- @${FIND} ${dir} ! -type d | \
- ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
- @${FIND} ${dir} -type d | ${SORT} -r | \
- ${SED} 's,^${PREFIX}/, at dirrm ,' >> ${TMPPLIST}
-.endfor
- @${ECHO} "@dirrm ${DATADIR:S,${PREFIX}/,,}" >> ${TMPPLIST}
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the svn-ports-all
mailing list