diff options
author | tron <tron> | 2013-09-03 09:03:09 +0000 |
---|---|---|
committer | tron <tron> | 2013-09-03 09:03:09 +0000 |
commit | ceaa72c64df3766213aec26ea7839ea0450824ac (patch) | |
tree | 770fdd35c00d8b3fb63f2108c485fb9ef225c47d /devel | |
parent | 69d69a177e2285d2f5be0108ed552203b035bdfe (diff) | |
download | pkgsrc-ceaa72c64df3766213aec26ea7839ea0450824ac.tar.gz |
Add "${PYSITELIB}/setuptools/version.py*" to package list. Also change
an "${RM}" command to "${RM} -f" in the "post-install" target which is
required to fix the build on my system.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-setuptools/Makefile | 4 | ||||
-rw-r--r-- | devel/py-setuptools/PLIST | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/devel/py-setuptools/Makefile b/devel/py-setuptools/Makefile index 9db14d08c9e..5164e724b8c 100644 --- a/devel/py-setuptools/Makefile +++ b/devel/py-setuptools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2013/09/02 16:12:49 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2013/09/03 09:03:09 tron Exp $ EGG_VERSION= 1.1 DISTNAME= setuptools-${EGG_VERSION} @@ -36,7 +36,7 @@ DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat .endif post-install: - ${RM} ${DESTDIR}${PREFIX}/${PYSITELIB}/${EGG_NAME}-py${PYVERSSUFFIX}.egg-info/entry_points.txt.orig + ${RM} -f ${DESTDIR}${PREFIX}/${PYSITELIB}/${EGG_NAME}-py${PYVERSSUFFIX}.egg-info/entry_points.txt.orig ${CHMOD} ${SHAREMODE} ${DESTDIR}${PREFIX}/${PYSITELIB}/${EGG_NAME}-py${PYVERSSUFFIX}.egg-info/* .include "../../lang/python/application.mk" diff --git a/devel/py-setuptools/PLIST b/devel/py-setuptools/PLIST index e79a123acac..3fa7ab4a84f 100644 --- a/devel/py-setuptools/PLIST +++ b/devel/py-setuptools/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2013/07/14 17:37:02 wiz Exp $ +@comment $NetBSD: PLIST,v 1.10 2013/09/03 09:03:09 tron Exp $ bin/easy_install-${PYVERSSUFFIX} ${PYSITELIB}/_markerlib/__init__.py ${PYSITELIB}/_markerlib/__init__.pyc @@ -22,6 +22,9 @@ ${PYSITELIB}/${EGG_INFODIR}/zip-safe ${PYSITELIB}/setuptools/__init__.py ${PYSITELIB}/setuptools/__init__.pyc ${PYSITELIB}/setuptools/__init__.pyo +${PYSITELIB}/setuptools/version.py +${PYSITELIB}/setuptools/version.pyc +${PYSITELIB}/setuptools/version.pyo ${PYSITELIB}/setuptools/_backport/__init__.py ${PYSITELIB}/setuptools/_backport/__init__.pyc ${PYSITELIB}/setuptools/_backport/__init__.pyo |