aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-wand
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-06-19 17:12:02 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-06-19 17:12:02 +0000
commit75f4ec528a5d4a59467ca56fbf3e9250da5bb9cc (patch)
treebf749f06862e9361dab7cd810792aff8e7b791bf /graphics/py-wand
parente1a0a05fde05ad6a9c909b847c70cbfb4acf74ee (diff)
downloadports-75f4ec528a5d4a59467ca56fbf3e9250da5bb9cc.tar.gz
ports-75f4ec528a5d4a59467ca56fbf3e9250da5bb9cc.zip
Do not put some data directly in PREFIX and fix autoplist generation
Notes
Notes: svn path=/head/; revision=358443
Diffstat (limited to 'graphics/py-wand')
-rw-r--r--graphics/py-wand/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/graphics/py-wand/Makefile b/graphics/py-wand/Makefile
index 821d34e29709..9c7639ba82ca 100644
--- a/graphics/py-wand/Makefile
+++ b/graphics/py-wand/Makefile
@@ -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>