diff options
Diffstat (limited to 'package/which/which.mk')
-rw-r--r-- | package/which/which.mk | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/package/which/which.mk b/package/which/which.mk index 628711d0d..a7bb577b2 100644 --- a/package/which/which.mk +++ b/package/which/which.mk @@ -3,11 +3,8 @@ # which # ############################################################# -WHICH_VERSION:=2.20 -WHICH_SOURCE:=which-$(WHICH_VERSION).tar.gz -WHICH_SITE:=http://www.xs4all.nl/~carlo17/which/ -WHICH_AUTORECONF:=NO -WHICH_INSTALL_STAGING:=NO -WHICH_INSTALL_TARGET:=YES + +WHICH_VERSION = 2.20 +WHICH_SITE = http://carlo17.home.xs4all.nl/which $(eval $(call AUTOTARGETS)) |