diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2012-08-10 14:20:23 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2012-08-10 14:20:23 +0000 |
commit | d9edbd7f72d7c8c7a48ed15cc01b30b3863a28ca (patch) | |
tree | 6429adf05255fa6434d59c4fa909ae4b8e8d00aa /print/py-pyscript | |
parent | Update to 2.61 (diff) |
Use PYTHONPREFIX_SITELIBDIR.
PR: ports/170301
Submitted by: Jan Beich <jbeich@tormail.org>
Approved by: crees@, nivit@
Notes
Notes:
svn path=/head/; revision=302389
Diffstat (limited to 'print/py-pyscript')
-rw-r--r-- | print/py-pyscript/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/py-pyscript/Makefile b/print/py-pyscript/Makefile index fe8aada3c713..ecba1c34d96f 100644 --- a/print/py-pyscript/Makefile +++ b/print/py-pyscript/Makefile @@ -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 |