summaryrefslogtreecommitdiffstats
path: root/rules/tcpwrapper.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-03-01 17:08:18 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-03-01 17:08:18 +0000
commit303a8ba6afd7ecc3c6bf74c7425d72a7fa9b7845 (patch)
tree51a5063526e0c12ddef7bca8f51b266496027a37 /rules/tcpwrapper.make
parent6feb89c0279e4482a87309f81507655aa274ddc8 (diff)
downloadptxdist-303a8ba6afd7ecc3c6bf74c7425d72a7fa9b7845.tar.gz
ptxdist-303a8ba6afd7ecc3c6bf74c7425d72a7fa9b7845.tar.xz
reverted := vs. = patch
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4936 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/tcpwrapper.make')
-rw-r--r--rules/tcpwrapper.make10
1 files changed, 5 insertions, 5 deletions
diff --git a/rules/tcpwrapper.make b/rules/tcpwrapper.make
index b405d8483..8e8d84094 100644
--- a/rules/tcpwrapper.make
+++ b/rules/tcpwrapper.make
@@ -17,11 +17,11 @@ PACKAGES-$(PTXCONF_TCPWRAPPER) += tcpwrapper
#
# Paths and names
#
-TCPWRAPPER_VERSION := 7.6
-TCPWRAPPER := tcp_wrappers_$(TCPWRAPPER_VERSION)
-TCPWRAPPER_URL := ftp://ftp.porcupine.org/pub/security/$(TCPWRAPPER).tar.gz
-TCPWRAPPER_SOURCE := $(SRCDIR)/$(TCPWRAPPER).tar.gz
-TCPWRAPPER_DIR := $(BUILDDIR)/$(TCPWRAPPER)
+TCPWRAPPER_VERSION = 7.6
+TCPWRAPPER = tcp_wrappers_$(TCPWRAPPER_VERSION)
+TCPWRAPPER_URL = ftp://ftp.porcupine.org/pub/security/$(TCPWRAPPER).tar.gz
+TCPWRAPPER_SOURCE = $(SRCDIR)/$(TCPWRAPPER).tar.gz
+TCPWRAPPER_DIR = $(BUILDDIR)/$(TCPWRAPPER)
-include $(call package_depfile)