diff options
author | Stephen Walker <stephendwalker+github@gmail.com> | 2017-06-03 15:12:37 -0400 |
---|---|---|
committer | Stephen Walker <stephendwalker+github@gmail.com> | 2017-06-03 16:38:06 -0400 |
commit | b63a80921387208776df88b0a83526a80cce4174 (patch) | |
tree | 5bb17be8ba613565d28cf89d44b6757aabed04ae /libs/libssh | |
parent | 870a6211072d5017b722914e2b91c706fa0b1138 (diff) |
packages: cleanup Makefile variables
Standard assignment is immediate expansion without any extraneous spacing, RFC822 compliant email addresses and consistent section assignments
Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
Diffstat (limited to 'libs/libssh')
-rw-r--r-- | libs/libssh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libssh/Makefile b/libs/libssh/Makefile index d9ec6440d..3d5125476 100644 --- a/libs/libssh/Makefile +++ b/libs/libssh/Makefile @@ -28,7 +28,7 @@ include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk define Package/libssh - SECTION:=lib + SECTION:=libs CATEGORY:=Libraries URL:=$(PKG_SOURCE_URL) TITLE:=SSH library |