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 /net/socat | |
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 'net/socat')
-rw-r--r-- | net/socat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/socat/Makefile b/net/socat/Makefile index 73886ed04..e27689929 100644 --- a/net/socat/Makefile +++ b/net/socat/Makefile @@ -15,7 +15,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.dest-unreach.org/socat/download PKG_HASH:=e3561f808739383eb10fada1e5d4f26883f0311b34fd0af7837d0c95ef379251 -PKG_MAINTAINER:= Ted Hess <thess@kitschensync.net> +PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net> PKG_LICENSE:=GPL-2.0 OpenSSL PKG_LICENSE_FILES:=COPYING COPYING.OpenSSL |