Date: Tue, 17 Jun 2014 18:25:17 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358156 - head/textproc/py-creole Message-ID: <201406171825.s5HIPHgl024033@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406171825.s5HIPHgl024033>