summaryrefslogtreecommitdiffstats
path: root/rules/nano.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/nano.make')
-rw-r--r--rules/nano.make12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/nano.make b/rules/nano.make
index c96020c8c..270176af0 100644
--- a/rules/nano.make
+++ b/rules/nano.make
@@ -17,12 +17,12 @@ PACKAGES-$(PTXCONF_NANO) += nano
#
# Paths and names
#
-NANO_VERSION := 1.2.4
-NANO := nano-$(NANO_VERSION)
-NANO_SUFFIX := tar.gz
-NANO_URL := http://www.nano-editor.org/dist/v1.2/$(NANO).$(NANO_SUFFIX)
-NANO_SOURCE := $(SRCDIR)/$(NANO).$(NANO_SUFFIX)
-NANO_DIR := $(BUILDDIR)/$(NANO)
+NANO_VERSION = 1.2.4
+NANO = nano-$(NANO_VERSION)
+NANO_SUFFIX = tar.gz
+NANO_URL = http://www.nano-editor.org/dist/v1.2/$(NANO).$(NANO_SUFFIX)
+NANO_SOURCE = $(SRCDIR)/$(NANO).$(NANO_SUFFIX)
+NANO_DIR = $(BUILDDIR)/$(NANO)
-include $(call package_depfile)