aboutsummaryrefslogtreecommitdiff
path: root/finance/trytond
diff options
context:
space:
mode:
Diffstat (limited to 'finance/trytond')
-rw-r--r--finance/trytond/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/finance/trytond/Makefile b/finance/trytond/Makefile
index aba4148f4eec..8b28a222a6e1 100644
--- a/finance/trytond/Makefile
+++ b/finance/trytond/Makefile
@@ -41,9 +41,8 @@ SUB_LIST= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR} \
PIDDIR?= /var/run
LOGDIR?= /var/log
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= distutils autoplist
post-patch:
@${REINPLACE_CMD} -e 's|%%PIDDIR%%|${PIDDIR}|g' -e 's|%%LOGDIR%%|${LOGDIR}|g' \