summaryrefslogtreecommitdiff
path: root/math/py-gmpy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-gmpy/Makefile')
-rw-r--r--math/py-gmpy/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/math/py-gmpy/Makefile b/math/py-gmpy/Makefile
index e47e07b786f..c7cc6e9a7c0 100644
--- a/math/py-gmpy/Makefile
+++ b/math/py-gmpy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2014/01/25 10:30:13 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2016/08/28 15:48:33 wiz Exp $
DISTNAME= gmpy-1.15
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -14,9 +14,8 @@ LICENSE= gnu-lgpl-v2.1
USE_LANGUAGES= c
BUILD_TARGET= gmpy.so
-PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
-
TEST_ENV+= PYTHONPATH=${WRKSRC}/test
+
do-test:
${ECHO} "Testing py-gmpy:"
${RUN} cd ${WRKSRC}/test; \