summaryrefslogtreecommitdiffstats
path: root/rules/gnupg.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/gnupg.make')
-rw-r--r--rules/gnupg.make12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/gnupg.make b/rules/gnupg.make
index 6f576c106..f7e6d1aac 100644
--- a/rules/gnupg.make
+++ b/rules/gnupg.make
@@ -17,12 +17,12 @@ PACKAGES-$(PTXCONF_GNUPG) += gnupg
#
# Paths and names
#
-GNUPG_VERSION = 1.4.1
-GNUPG = gnupg-$(GNUPG_VERSION)
-GNUPG_SUFFIX = tar.bz2
-GNUPG_URL = ftp://ftp.gnupg.org/gcrypt/gnupg/$(GNUPG).$(GNUPG_SUFFIX)
-GNUPG_SOURCE = $(SRCDIR)/$(GNUPG).$(GNUPG_SUFFIX)
-GNUPG_DIR = $(BUILDDIR)/$(GNUPG)
+GNUPG_VERSION := 1.4.1
+GNUPG := gnupg-$(GNUPG_VERSION)
+GNUPG_SUFFIX := tar.bz2
+GNUPG_URL := ftp://ftp.gnupg.org/gcrypt/gnupg/$(GNUPG).$(GNUPG_SUFFIX)
+GNUPG_SOURCE := $(SRCDIR)/$(GNUPG).$(GNUPG_SUFFIX)
+GNUPG_DIR := $(BUILDDIR)/$(GNUPG)
-include $(call package_depfile)