aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-wand
diff options
context:
space:
mode:
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>