- Respect PREFIX
- Unmark BROKEN (hopefully) - Add one missed file to pkg-plist PR: ports/63301 (based on) Submitted by: leafy <leafy@leafy.idv.tw> (maintainer)
This commit is contained in:
parent
466ac9066e
commit
e7e565067d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102443
@ -17,16 +17,12 @@ BUILD_DEPENDS= ${X11BASE}/lib/libqscintilla.so:${PORTSDIR}/x11-toolkits/qscintil
|
||||
${LOCALBASE}/bin/sip:${PORTSDIR}/devel/py-sip\
|
||||
pyuic:${PORTSDIR}/x11-toolkits/py-qt
|
||||
|
||||
BROKEN= "Does not compile"
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_REINPLACE= yes
|
||||
NO_BUILD= yes
|
||||
# dirty hack to fix plist if PREFIX != PYTHONBASE
|
||||
DESTDIR_LIBS= ${PYTHON_SITELIBDIR:S/${PYTHONBASE}/${PREFIX}/}
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC} && ${PYTHON_CMD} install.py -b ${PREFIX}/bin/ \
|
||||
-d ${DESTDIR_LIBS}
|
||||
-d ${PYTHONPREFIX_SITELIBDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,7 @@
|
||||
bin/eric3-unittest
|
||||
bin/eric3-helpviewer
|
||||
bin/eric3
|
||||
%%PYTHON_SITELIBDIR%%/sitecustomize.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sitecustomize.py
|
||||
%%PYTHON_SITELIBDIR%%/eric3/sitecustomize.pyc
|
||||
%%PYTHON_SITELIBDIR%%/eric3/sitecustomize.py
|
||||
|
Loading…
Reference in New Issue
Block a user