Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jun 2014 17:12:03 +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: r358443 - head/graphics/py-wand
Message-ID:  <201406191712.s5JHC3om042653@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406191712.s5JHC3om042653>