diff options
author | ak <ak@FreeBSD.org> | 2018-01-24 17:41:04 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2018-01-24 17:41:04 +0800 |
commit | f83640f71adb09ac905d475cfdd7d77abb20d399 (patch) | |
tree | ba797ded22b007bb78b89ee5d96b1231449fe6f3 /security/sshpass | |
parent | 680fe73e8fe9cb8d87112e4e2e750964957bd514 (diff) | |
download | freebsd-ports-gnome-f83640f71adb09ac905d475cfdd7d77abb20d399.tar.gz freebsd-ports-gnome-f83640f71adb09ac905d475cfdd7d77abb20d399.tar.zst freebsd-ports-gnome-f83640f71adb09ac905d475cfdd7d77abb20d399.zip |
- 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)
Diffstat (limited to 'security/sshpass')
-rw-r--r-- | security/sshpass/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |