svn commit: r358443 - head/graphics/py-wand

Antoine Brodin antoine at FreeBSD.org
Thu Jun 19 17:12:03 UTC 2014


Author: antoine
Date: Thu Jun 19 17:12:02 2014
New Revision: 358443
URL: http://svnweb.freebsd.org/changeset/ports/358443
QAT: https://qat.redports.org/buildarchive/r358443/

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

Modified:
  head/graphics/py-wand/Makefile

Modified: head/graphics/py-wand/Makefile
==============================================================================
--- head/graphics/py-wand/Makefile	Thu Jun 19 17:01:49 2014	(r358442)
+++ head/graphics/py-wand/Makefile	Thu Jun 19 17:12:02 2014	(r358443)
@@ -2,7 +2,7 @@
 
 PORTNAME=	Wand
 PORTVERSION=	0.3.7
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,4 +18,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