mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Use PYTHONPREFIX_SITELIBDIR.
PR: ports/170301 Submitted by: Jan Beich <jbeich@tormail.org> Approved by: crees@, nivit@
This commit is contained in:
parent
5f01fb06b0
commit
d9edbd7f72
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302389
3 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@ USE_PYTHON= 2.5+
|
|||
USE_PYDISTUTILS=yes
|
||||
|
||||
PLIST_FILES= bin/bugz
|
||||
DATADIR= ${PYTHON_SITELIBDIR}/bugz
|
||||
DATADIR= ${PYTHONPREFIX_SITELIBDIR}/bugz
|
||||
PORTDATA= *
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -21,7 +21,7 @@ RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX-base \
|
|||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
|
||||
DATADIR= ${PYTHON_SITELIBDIR}/${PORTNAME}
|
||||
DATADIR= ${PYTHONPREFIX_SITELIBDIR}/${PORTNAME}
|
||||
|
||||
PYSCRIPT_EXAMPLES= doc/examples/*.py
|
||||
PYSCRIPT_MANUAL= doc/manual/pyscript.pdf
|
||||
|
|
|
@ -15,7 +15,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|||
MAINTAINER= nivit@FreeBSD.org
|
||||
COMMENT= A user-friendly layer on top of wxPython
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/${WX_PYTHON_DIR}/wxPython/_wx.py:${PORTSDIR}/x11-toolkits/py-wxPython26
|
||||
RUN_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/${WX_PYTHON_DIR}/wxPython/_wx.py:${PORTSDIR}/x11-toolkits/py-wxPython26
|
||||
|
||||
NO_BUILD= yes
|
||||
USE_PYTHON= yes
|
||||
|
|
Loading…
Add table
Reference in a new issue