diff options
author | wxs <wxs@FreeBSD.org> | 2012-08-10 22:20:23 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2012-08-10 22:20:23 +0800 |
commit | 0dcf10a2e0731315bcff445ab12692d9999f5d3e (patch) | |
tree | 6429adf05255fa6434d59c4fa909ae4b8e8d00aa /print | |
parent | 6088102cbb8d2fa0af0af583d7d0f9763bca4517 (diff) | |
download | freebsd-ports-gnome-0dcf10a2e0731315bcff445ab12692d9999f5d3e.tar.gz freebsd-ports-gnome-0dcf10a2e0731315bcff445ab12692d9999f5d3e.tar.zst freebsd-ports-gnome-0dcf10a2e0731315bcff445ab12692d9999f5d3e.zip |
Use PYTHONPREFIX_SITELIBDIR.
PR: ports/170301
Submitted by: Jan Beich <jbeich@tormail.org>
Approved by: crees@, nivit@
Diffstat (limited to 'print')
-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 |