svn commit: r528064 - head/sysutils/fselect

Tobias Kortkamp tobik at FreeBSD.org
Sun Mar 8 18:26:22 UTC 2020


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


More information about the svn-ports-all mailing list