diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-07-02 01:51:07 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-07-02 01:51:07 +0000 |
commit | fe569d851e13b87f7ac9ca67ce6e747d23e9e11d (patch) | |
tree | 5395cf6cac62f85cdc4a467efada1a483d5c7133 /lang/python32/Makefile | |
parent | - Honor EXAMPLESDIR, DATADIR and NOPORTEXAMPLES, NOPORTDATA (diff) |
- Remove regression-test target since it is not quite useful here
Diffstat (limited to '')
-rw-r--r-- | lang/python32/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lang/python32/Makefile b/lang/python32/Makefile index b84ede6d7a1c..82f987d4a744 100644 --- a/lang/python32/Makefile +++ b/lang/python32/Makefile @@ -224,7 +224,4 @@ post-install: @${CAT} ${PKGMESSAGE} -regression-test: - cd ${WRKSRC} && make test - .include <bsd.port.post.mk> |