From: Daniel F. Dickinson Date: Thu, 27 Dec 2018 04:43:11 +0000 (-0500) Subject: gitolite: Remove unecessary Makefile variables X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=c8d28e284dcb030761212cb318f9582a08371b9d;p=openwrt-packages.git gitolite: Remove unecessary Makefile variables PKG_SOURCE_DIR and PKG_BUILD_DIR are just the default, so remove them from the gitolite Makefile Signed-off-by: Daniel F. Dickinson --- diff --git a/net/gitolite/Makefile b/net/gitolite/Makefile index 2ae62524b..c3f18e288 100644 --- a/net/gitolite/Makefile +++ b/net/gitolite/Makefile @@ -14,8 +14,6 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_HASH:=0ae3bea637b25cff13826e5ecd181c7b74a6eff377cf4c2243d85c2b0a290d3f PKG_SOURCE_URL:=https://codeload.github.com/sitaramc/gitolite/tar.gz/v$(PKG_VERSION)? -PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_SOURCE_SUBDIR) include $(INCLUDE_DIR)/package.mk