svn commit: r358156 - head/textproc/py-creole
Antoine Brodin
antoine at FreeBSD.org
Tue Jun 17 18:25:18 UTC 2014
Author: antoine
Date: Tue Jun 17 18:25:17 2014
New Revision: 358156
URL: http://svnweb.freebsd.org/changeset/ports/358156
QAT: https://qat.redports.org/buildarchive/r358156/
Log:
Do not put some data directly in PREFIX and fix autoplist generation
Modified:
head/textproc/py-creole/Makefile
Modified: head/textproc/py-creole/Makefile
==============================================================================
--- head/textproc/py-creole/Makefile Tue Jun 17 18:20:18 2014 (r358155)
+++ head/textproc/py-creole/Makefile Tue Jun 17 18:25:17 2014 (r358156)
@@ -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>
More information about the svn-ports-all
mailing list