summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrodent <rodent>2014-11-09 18:47:57 +0000
committerrodent <rodent>2014-11-09 18:47:57 +0000
commit66bff02469aa2a42dd1243bb3d85eb2179e04609 (patch)
treeb1820cba5467132e2c824ca2c36e9e4f8592669f
parent8bf87526832f2f19e7733753a1c4dc384faed51b (diff)
downloadpkgsrc-66bff02469aa2a42dd1243bb3d85eb2179e04609.tar.gz
Remove files installed to ${PYSITELIB}/tests in post-install.
-rw-r--r--devel/py-astor/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/py-astor/Makefile b/devel/py-astor/Makefile
index fc2eb20a89e..8d257767beb 100644
--- a/devel/py-astor/Makefile
+++ b/devel/py-astor/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2014/05/18 03:22:03 rodent Exp $
+# $NetBSD: Makefile,v 1.2 2014/11/09 18:47:57 rodent Exp $
-DISTNAME= astor-0.3
+DISTNAME= astor-0.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= https://pypi.python.org/packages/source/a/astor/
@@ -12,5 +12,8 @@ LICENSE= 2-clause-bsd
USE_LANGUAGES= # none
+post-install:
+ ${RM} -rf ${DESTDIR}${PREFIX}/${PYSITELIB}/tests
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"