diff options
author | Steven Barth <steven@midlink.org> | 2014-06-11 09:52:46 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2014-06-11 09:52:46 +0200 |
commit | e26fd946b85b4fe47f8c81ce1ac084e294a4c4b4 (patch) | |
tree | 1f04f68c85c8c0d5d3d66cde0b8f54e9e2aa78b9 /net/tgt/Makefile | |
parent | 52cd0103c09c777eb7d9136ef179925a4f14bd70 (diff) |
luabitop, luaposix, tgt: add missing maintainer
Diffstat (limited to 'net/tgt/Makefile')
-rw-r--r-- | net/tgt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/tgt/Makefile b/net/tgt/Makefile index 5f918d48c..369f66157 100644 --- a/net/tgt/Makefile +++ b/net/tgt/Makefile @@ -17,6 +17,7 @@ PKG_SOURCE_URL:=https://github.com/fujita/tgt.git PKG_SOURCE_VERSION:=$(PKG_REV) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_REV).tar.gz PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) +PKG_MAINTAIENR:=Maxim Storchak <m.storchak@gmail.com> PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_SOURCE_SUBDIR) |