diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-07-06 21:34:32 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-07-06 21:34:32 +0000 |
commit | da963750897d917efc318af3219ba2fdc2116cbe (patch) | |
tree | 56ade18966c1569b1b22754520eece4e0c572060 /lang | |
parent | e19a45525ec61d6989c0e087b47b15c125136d88 (diff) | |
download | ports-da963750897d917efc318af3219ba2fdc2116cbe.tar.gz ports-da963750897d917efc318af3219ba2fdc2116cbe.zip |
- Remove regression-test target since it is not quite useful at this point
Notes
Notes:
svn path=/head/; revision=237285
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python31/Makefile | 3 | ||||
-rw-r--r-- | lang/python32/Makefile | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/lang/python31/Makefile b/lang/python31/Makefile index fe0667d9f176..26a5abcd5b76 100644 --- a/lang/python31/Makefile +++ b/lang/python31/Makefile @@ -223,7 +223,4 @@ post-install: @${CAT} ${PKGMESSAGE} -regression-test: - cd ${WRKSRC} && make test - .include <bsd.port.post.mk> 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> |