From f83640f71adb09ac905d475cfdd7d77abb20d399 Mon Sep 17 00:00:00 2001 From: ak Date: Wed, 24 Jan 2018 09:41:04 +0000 Subject: - Update name of autoreconf WRKSRC variable in comment - Fix a few ports with invalid USES autoreconf arguments - Add check for invalid USES autoreconf arguments Differential Revision: https://reviews.freebsd.org/D14004 Approved by: tijl (autotools maintainer), portmgr (mat) --- security/sshpass/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/sshpass') diff --git a/security/sshpass/Makefile b/security/sshpass/Makefile index 79aeefe6c9e5..0ec4f92d7c8d 100644 --- a/security/sshpass/Makefile +++ b/security/sshpass/Makefile @@ -12,7 +12,7 @@ COMMENT= Non-interactive ssh password auth tool LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf:env +USES= autoreconf GNU_CONFIGURE= yes PLIST_FILES= bin/sshpass \ -- cgit