diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-11-23 00:25:46 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-11-23 00:25:46 +0000 |
commit | ea022cad3bbe3ed7910e8d9162b51e3d254b5c76 (patch) | |
tree | bffc850e18d94d15421f633d96302617cb06fc0b /devel | |
parent | 1475b99a3d9433a5e6ded9cb7c53ec786ff0fc36 (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-distribute/Makefile | 1 | ||||
-rw-r--r-- | devel/py-distribute/pkg-plist | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-distribute/Makefile b/devel/py-distribute/Makefile index 4b3ffe99edee..c5bc1b76af72 100644 --- a/devel/py-distribute/Makefile +++ b/devel/py-distribute/Makefile @@ -7,6 +7,7 @@ PORTNAME= distribute PORTVERSION= 0.6.24 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-distribute/pkg-plist b/devel/py-distribute/pkg-plist index 4ed1d6d9471d..3f240acacdf1 100644 --- a/devel/py-distribute/pkg-plist +++ b/devel/py-distribute/pkg-plist @@ -4,7 +4,7 @@ bin/easy_install-%%PYVER%% %%PYTHON_SITELIBDIR%%/distribute-%%VERSION%%-py%%PYVER%%.egg @unexec if cmp -s %B/easy-install.pth %B/easy-install.pth.dist; then rm %B/easy-install.pth; fi %%PYTHON_SITELIBDIR%%/easy-install.pth.dist -@exec [ ! -f %B/easy-install.pth ]; then cp %B/%f %B/easy-install.pth; fi +@exec if [ ! -f %B/easy-install.pth ]; then cp %B/%f %B/easy-install.pth; fi %%PYTHON_SITELIBDIR%%/setuptools-%%SETUPTOOLS_VER%%-py%%PYVER%%.egg-info %%PYTHON_SITELIBDIR%%/setuptools.pth %%PYTHON_SITELIBDIR%%/site.py |