Do not put some data directly in PREFIX and fix autoplist generation

This commit is contained in:
Antoine Brodin 2014-06-17 18:25:17 +00:00
parent 4a93b234ef
commit 34f37ef0a4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358156

View File

@ -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 <bsd.port.mk>
.include <bsd.port.pre.mk>
PYDISTUTILS_INSTALLARGS+= --install-data ${DATADIR}
.include <bsd.port.post.mk>