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 | |
| parent | - Honor EXAMPLESDIR, DATADIR and NOPORTEXAMPLES, NOPORTDATA (diff) | |
- Remove regression-test target since it is not quite useful here
Notes
Notes:
svn path=/head/; revision=236891
| -rw-r--r-- | lang/python30/Makefile | 3 | ||||
| -rw-r--r-- | lang/python31/Makefile | 3 | ||||
| -rw-r--r-- | lang/python32/Makefile | 3 |
3 files changed, 0 insertions, 9 deletions
diff --git a/lang/python30/Makefile b/lang/python30/Makefile index b84ede6d7a1c..82f987d4a744 100644 --- a/lang/python30/Makefile +++ b/lang/python30/Makefile @@ -224,7 +224,4 @@ post-install: @${CAT} ${PKGMESSAGE} -regression-test: - cd ${WRKSRC} && make test - .include <bsd.port.post.mk> diff --git a/lang/python31/Makefile b/lang/python31/Makefile index b84ede6d7a1c..82f987d4a744 100644 --- a/lang/python31/Makefile +++ b/lang/python31/Makefile @@ -224,7 +224,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 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> |
