aboutsummaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-12-15 16:22:17 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-12-15 16:22:17 +0000
commit1e34739b64d384b87ee2c57027df596b464c79ab (patch)
tree528f950c491cb30f26166e5e23d4b77ad233a5ee /science
parent875909eef32afaae5809e1ed26797d44a2f7e2b1 (diff)
downloadports-1e34739b64d384b87ee2c57027df596b464c79ab.tar.gz
ports-1e34739b64d384b87ee2c57027df596b464c79ab.zip
Notes
Diffstat (limited to 'science')
-rw-r--r--science/veusz/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/science/veusz/Makefile b/science/veusz/Makefile
index 3e3b51b74e06..88f8475163f9 100644
--- a/science/veusz/Makefile
+++ b/science/veusz/Makefile
@@ -22,4 +22,10 @@ USE_PYDISTUTILS= yes
INSTALLS_EGGINFO= yes
NO_STAGE= yes
+
+post-patch:
+ @${REINPLACE_CMD} \
+ -e 's,distutils\.command\.install ,setuptools\.command\.install ,' \
+ ${WRKSRC}/setup.py
+
.include <bsd.port.mk>