diff --git a/net/seeks/Makefile b/net/seeks/Makefile index 094e73bd1..4f72e9d44 100644 --- a/net/seeks/Makefile +++ b/net/seeks/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007 OpenWrt.org +# Copyright (C) 2007-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -14,8 +14,9 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_URL:=git://seeks.git.sourceforge.net/gitroot/seeks/seeks -PKG_SOURCE_PROTO=git -PKG_SOURCE_VERSION:=e8565b98cfe40fba644f587536f15f1a8665d230 +PKG_SOURCE_PROTO:=git +PKG_REV:=e8565b98cfe40fba644f587536f15f1a8665d230 +PKG_SOURCE_VERSION:=$(PKG_REV) include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/nls.mk