diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2009-07-07 05:34:32 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2009-07-07 05:34:32 +0800 |
commit | 3e4352055dfc30388a191c16b052368db61a9527 (patch) | |
tree | ddea0e1677ec85c694e319349bd4ff95a0d578f5 /lang | |
parent | a463aa376019152e27723e5cf1c125040073fcbf (diff) | |
download | freebsd-ports-gnome-3e4352055dfc30388a191c16b052368db61a9527.tar.gz freebsd-ports-gnome-3e4352055dfc30388a191c16b052368db61a9527.tar.zst freebsd-ports-gnome-3e4352055dfc30388a191c16b052368db61a9527.zip |
- Remove regression-test target since it is not quite useful at this point
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> |