diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2009-07-02 09:51:07 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2009-07-02 09:51:07 +0800 |
commit | 07e119b80d097bd275a4f30ec3e4c50b3e5dd435 (patch) | |
tree | 77903d5dd25c506faae998dad875481a92b7f374 | |
parent | 1d766d2f374838e8b37e72e1edbd740bc0cff703 (diff) | |
download | freebsd-ports-gnome-07e119b80d097bd275a4f30ec3e4c50b3e5dd435.tar.gz freebsd-ports-gnome-07e119b80d097bd275a4f30ec3e4c50b3e5dd435.tar.zst freebsd-ports-gnome-07e119b80d097bd275a4f30ec3e4c50b3e5dd435.zip |
- Remove regression-test target since it is not quite useful here
-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> |