diff options
author | wiz <wiz@pkgsrc.org> | 2016-05-30 10:54:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-05-30 10:54:57 +0000 |
commit | 4422740f110edd1698ad321b85fa1bdcdb1d0744 (patch) | |
tree | e00fb49fba3386081a16450284f2003c20b6ac4f | |
parent | 1b72a88a5e75d78c9047528571594e0bc2e1920a (diff) | |
download | pkgsrc-4422740f110edd1698ad321b85fa1bdcdb1d0744.tar.gz |
Remove REPLACE_PYTHON for moved file that doesn't have an interpreter
she-bang any longer.
-rw-r--r-- | devel/py-setuptools/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/py-setuptools/Makefile b/devel/py-setuptools/Makefile index 62bef0e39c5..fc8b7c3ce62 100644 --- a/devel/py-setuptools/Makefile +++ b/devel/py-setuptools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.96 2016/05/29 21:27:05 wiz Exp $ +# $NetBSD: Makefile,v 1.97 2016/05/30 10:54:57 wiz Exp $ DISTNAME= setuptools-21.2.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -18,7 +18,6 @@ PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} PLIST_SUBST+= EGG_INFODIR=${EGG_NAME}-py${PYVERSSUFFIX}.egg-info REPLACE_PYTHON+= setuptools/command/easy_install.py -REPLACE_PYTHON+= setuptools/tests/test_resources.py # upstream often forgets deleting files, and packages on Windows, # so permissions are usually wrong |