summaryrefslogtreecommitdiffstats
path: root/package/rsync
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2007-07-11 14:06:06 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2007-07-11 14:06:06 +0000
commite1621a4a2a6b1750402d0228cf85920814babc9a (patch)
tree427f7759087d6775d41f68513dbb417485d0ee45 /package/rsync
parentcd599b61144a0f273d2712ffee64ea8e4af2cdbd (diff)
downloadbuildroot-novena-e1621a4a2a6b1750402d0228cf85920814babc9a.tar.gz
buildroot-novena-e1621a4a2a6b1750402d0228cf85920814babc9a.zip
Use <package>_VERSION in all <package>.mk instead of <package>_VER
Diffstat (limited to 'package/rsync')
-rw-r--r--package/rsync/rsync.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/rsync/rsync.mk b/package/rsync/rsync.mk
index c22c8e6dc..89f33f1c3 100644
--- a/package/rsync/rsync.mk
+++ b/package/rsync/rsync.mk
@@ -3,10 +3,10 @@
# rsync
#
#############################################################
-RSYNC_VER:=2.6.9
-RSYNC_SOURCE:=rsync-$(RSYNC_VER).tar.gz
+RSYNC_VERSION:=2.6.9
+RSYNC_SOURCE:=rsync-$(RSYNC_VERSION).tar.gz
RSYNC_SITE:=http://rsync.samba.org/ftp/rsync/
-RSYNC_DIR:=$(BUILD_DIR)/rsync-$(RSYNC_VER)
+RSYNC_DIR:=$(BUILD_DIR)/rsync-$(RSYNC_VERSION)
RSYNC_CAT:=$(ZCAT)
RSYNC_BINARY:=rsync
RSYNC_TARGET_BINARY:=usr/bin/rsync