summaryrefslogtreecommitdiffstats
path: root/rules/ppp.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/ppp.make')
-rw-r--r--rules/ppp.make10
1 files changed, 5 insertions, 5 deletions
diff --git a/rules/ppp.make b/rules/ppp.make
index 108ecfdca..a3f74973b 100644
--- a/rules/ppp.make
+++ b/rules/ppp.make
@@ -17,11 +17,11 @@ PACKAGES-$(PTXCONF_PPP) += ppp
#
# Paths and names
#
-PPP_VERSION = 2.4.1
-PPP = ppp-$(PPP_VERSION)
-PPP_URL = ftp://ftp.samba.org/pub/ppp/$(PPP).tar.gz
-PPP_SOURCE = $(SRCDIR)/$(PPP).tar.gz
-PPP_DIR = $(BUILDDIR)/$(PPP)
+PPP_VERSION := 2.4.1
+PPP := ppp-$(PPP_VERSION)
+PPP_URL := ftp://ftp.samba.org/pub/ppp/$(PPP).tar.gz
+PPP_SOURCE := $(SRCDIR)/$(PPP).tar.gz
+PPP_DIR := $(BUILDDIR)/$(PPP)
-include $(call package_depfile)