diff options
author | Nicolas Thill <nico@openwrt.org> | 2015-02-22 02:37:56 +0100 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2015-02-22 02:37:56 +0100 |
commit | e24dfafb01a8cfa011fa4c15a8db3cac89094266 (patch) | |
tree | bb02e8115f4fcf57bbe7d2ddea542d862fd9fefa /mail/mailsend | |
parent | cd21cbb82eacf5c2dc60a8dd8dfa51f978b98193 (diff) |
remove uneeded PKG_BUILD_DIR & PKG_CAT overrides
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Diffstat (limited to 'mail/mailsend')
-rw-r--r-- | mail/mailsend/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/mailsend/Makefile b/mail/mailsend/Makefile index 29010e082..5b63bae8c 100644 --- a/mail/mailsend/Makefile +++ b/mail/mailsend/Makefile @@ -20,8 +20,6 @@ PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net> PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=COPYRIGHT -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) - include $(INCLUDE_DIR)/package.mk define Package/mailsend |