diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-10-08 00:19:43 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-10-08 00:19:43 +0800 |
commit | 23cfe35b667623b916dc41cf20f060c29b1b0e3e (patch) | |
tree | b589ccbd50a6253517ba82ac7a01db018f26c777 /ftp | |
parent | a4ee88743e5e0dcf9f1055086eee62e562399f70 (diff) | |
download | freebsd-ports-gnome-23cfe35b667623b916dc41cf20f060c29b1b0e3e.tar.gz freebsd-ports-gnome-23cfe35b667623b916dc41cf20f060c29b1b0e3e.tar.zst freebsd-ports-gnome-23cfe35b667623b916dc41cf20f060c29b1b0e3e.zip |
Do not provide empty do-test target for perl5-using ports
perl5's do-test: target should only be enabled when USE_PERL5=configure
or USE_PERL5=modbuild* are used, otherwise it'll end up being empty
and will prevent other tests from running.
Remove NO_PERL5_TEST as it isn't really needed after this fix.
Approved by: mat, sunpoet
Differential Revision: D3830
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/curl/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index 6c21e0294462..ae11a3b95c6b 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -48,7 +48,6 @@ CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} \ ac_cv_func_SSLv2_client_method=no GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -NO_PERL5_TEST= yes TEST_ENV= ${MAKE_ENV} LC_ALL=C TEST_TARGET= test USE_PERL5= build |