Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Mar 2020 18:26:21 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r528064 - head/sysutils/fselect
Message-ID:  <202003081826.028IQLqP011844@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sun Mar  8 18:26:21 2020
New Revision: 528064
URL: https://svnweb.freebsd.org/changeset/ports/528064

Log:
  Clean up sysutils/fselect

Modified:
  head/sysutils/fselect/Makefile

Modified: head/sysutils/fselect/Makefile
==============================================================================
--- head/sysutils/fselect/Makefile	Sun Mar  8 18:18:32 2020	(r528063)
+++ head/sysutils/fselect/Makefile	Sun Mar  8 18:26:21 2020	(r528064)
@@ -116,9 +116,7 @@ CARGO_CRATES=	adler32-1.0.4 \
 		xattr-0.2.2 \
 		xdg-2.2.0 \
 		zip-0.5.4
-CARGO_BUILD_ARGS=	--no-default-features
-CARGO_INSTALL_ARGS=	--no-default-features
-CARGO_TEST_ARGS=	--no-default-features
+CARGO_FEATURES=	--no-default-features
 
 PLIST_FILES=	bin/${PORTNAME} \
 		man/man1/${PORTNAME}.1.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003081826.028IQLqP011844>