diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-07-11 14:06:06 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-07-11 14:06:06 +0000 |
commit | e1621a4a2a6b1750402d0228cf85920814babc9a (patch) | |
tree | 427f7759087d6775d41f68513dbb417485d0ee45 /package/smartmontools/smartmontools.mk | |
parent | cd599b61144a0f273d2712ffee64ea8e4af2cdbd (diff) | |
download | buildroot-novena-e1621a4a2a6b1750402d0228cf85920814babc9a.tar.gz buildroot-novena-e1621a4a2a6b1750402d0228cf85920814babc9a.zip |
Use <package>_VERSION in all <package>.mk instead of <package>_VER
Diffstat (limited to 'package/smartmontools/smartmontools.mk')
-rw-r--r-- | package/smartmontools/smartmontools.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/smartmontools/smartmontools.mk b/package/smartmontools/smartmontools.mk index b666ba3b3..e9a88df1c 100644 --- a/package/smartmontools/smartmontools.mk +++ b/package/smartmontools/smartmontools.mk @@ -3,10 +3,10 @@ # smartmontools # ############################################################# -SMARTMONTOOLS_VER:=5.33 -SMARTMONTOOLS_SOURCE:=smartmontools-$(SMARTMONTOOLS_VER).tar.gz +SMARTMONTOOLS_VERSION:=5.33 +SMARTMONTOOLS_SOURCE:=smartmontools-$(SMARTMONTOOLS_VERSION).tar.gz SMARTMONTOOLS_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/smartmontools -SMARTMONTOOLS_DIR:=$(BUILD_DIR)/smartmontools-$(SMARTMONTOOLS_VER) +SMARTMONTOOLS_DIR:=$(BUILD_DIR)/smartmontools-$(SMARTMONTOOLS_VERSION) SMARTMONTOOLS_CAT:=$(ZCAT) SMARTMONTOOLS_BINARY:=smartctl SMARTMONTOOLS_BINARY2:=smartd |