- Fix missing if in pkg-plist, install error

Submitted by:	poyopoyo@puripuri.plala.or.jp
Approved by:	gabor (mentor)
This commit is contained in:
Michael Scheidell 2012-01-08 01:51:58 +00:00
parent c6df96f906
commit b9efb86556
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288723
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= setuptools
PORTVERSION= 0.6c11
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -4,7 +4,7 @@ bin/easy_install-%%PYVER%%
%%PYTHON_SITELIBDIR%%/setuptools.pth
@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%%/site.py
%%PYTHON_SITELIBDIR%%/site.pyc
%%PYTHON_SITELIBDIR%%/site.pyo