summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2013-09-03 09:03:09 +0000
committertron <tron@pkgsrc.org>2013-09-03 09:03:09 +0000
commitd3817b6324dc75bd34afbc6cf3cb5c6c93290be9 (patch)
tree770fdd35c00d8b3fb63f2108c485fb9ef225c47d
parent0235d69db7a094a184328ce46c7c9b42b6c9b2f4 (diff)
downloadpkgsrc-d3817b6324dc75bd34afbc6cf3cb5c6c93290be9.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.
-rw-r--r--devel/py-setuptools/Makefile4
-rw-r--r--devel/py-setuptools/PLIST5
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