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 /sound/upmpdcli/Makefile | |
parent | cd21cbb82eacf5c2dc60a8dd8dfa51f978b98193 (diff) |
remove uneeded PKG_BUILD_DIR & PKG_CAT overrides
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Diffstat (limited to 'sound/upmpdcli/Makefile')
-rw-r--r-- | sound/upmpdcli/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/upmpdcli/Makefile b/sound/upmpdcli/Makefile index 1286cd42c..385a96bee 100644 --- a/sound/upmpdcli/Makefile +++ b/sound/upmpdcli/Makefile @@ -11,7 +11,6 @@ PKG_NAME:=upmpdcli PKG_VERSION:=0.9.0 PKG_RELEASE:=2 -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.lesbonscomptes.com/upmpdcli/downloads PKG_MD5SUM:=0e7b86037f19ea3a08067409af6f6902 |