summaryrefslogtreecommitdiff
path: root/lang/python32/Makefile
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2009-07-06 21:34:32 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2009-07-06 21:34:32 +0000
commitda963750897d917efc318af3219ba2fdc2116cbe (patch)
tree56ade18966c1569b1b22754520eece4e0c572060 /lang/python32/Makefile
parentFix typo: PORTREVISON -> PORTREVISION (diff)
- Remove regression-test target since it is not quite useful at this point
Diffstat (limited to '')
-rw-r--r--lang/python32/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/lang/python32/Makefile b/lang/python32/Makefile
index fe0667d9f176..26a5abcd5b76 100644
--- a/lang/python32/Makefile
+++ b/lang/python32/Makefile
@@ -223,7 +223,4 @@ post-install:
@${CAT} ${PKGMESSAGE}
-regression-test:
- cd ${WRKSRC} && make test
-
.include <bsd.port.post.mk>