diff options
author | Ted Hess <thess@kitschensync.net> | 2014-12-09 11:38:38 -0500 |
---|---|---|
committer | Ted Hess <thess@kitschensync.net> | 2014-12-09 11:38:38 -0500 |
commit | 8b5421f6996bdbddd95bd6eadf4ace673a7c6df8 (patch) | |
tree | 137c671c329f647be14c1a3276cb9b99b8311bdd /libs/libhttp-parser/Makefile | |
parent | 06273b7763c86d9de6c7d6fee6279760f1d6e01c (diff) |
misc: Correct tag spelling PKG_LICENSE_FILES
Signed-off-by: Ted Hess <thess@kitschensync.net>
Diffstat (limited to 'libs/libhttp-parser/Makefile')
-rw-r--r-- | libs/libhttp-parser/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libhttp-parser/Makefile b/libs/libhttp-parser/Makefile index 88e756807..fe28b4cab 100644 --- a/libs/libhttp-parser/Makefile +++ b/libs/libhttp-parser/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=2.3.0 PKG_RELEASE=1 PKG_MAINTAINER:=Ramanathan Sivagurunathan <ramzthecoder@gmail.com> PKG_LICENSE:=MIT -PKG_LICENSE_FILE:=LICENSE-MIT +PKG_LICENSE_FILES:=LICENSE-MIT PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) |