From 34f37ef0a4d13a9f64353109a2e078dfde1f62be Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Tue, 17 Jun 2014 18:25:17 +0000 Subject: [PATCH] Do not put some data directly in PREFIX and fix autoplist generation --- textproc/py-creole/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/textproc/py-creole/Makefile b/textproc/py-creole/Makefile index d8c44be9188a..915d1eed241f 100644 --- a/textproc/py-creole/Makefile +++ b/textproc/py-creole/Makefile @@ -3,7 +3,7 @@ PORTNAME= creole PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,4 +20,8 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes -.include +.include + +PYDISTUTILS_INSTALLARGS+= --install-data ${DATADIR} + +.include