diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-19 17:12:02 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-19 17:12:02 +0000 |
commit | 75f4ec528a5d4a59467ca56fbf3e9250da5bb9cc (patch) | |
tree | bf749f06862e9361dab7cd810792aff8e7b791bf /graphics/py-wand | |
parent | e1a0a05fde05ad6a9c909b847c70cbfb4acf74ee (diff) |
Notes
Diffstat (limited to 'graphics/py-wand')
-rw-r--r-- | graphics/py-wand/Makefile | 8 |
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> |