- Fix missing if in pkg-plist, install error
Submitted by: poyopoyo@puripuri.plala.or.jp Approved by: gabor (mentor)
This commit is contained in:
parent
c6df96f906
commit
b9efb86556
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288723
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= setuptools
|
||||
PORTVERSION= 0.6c11
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user