From: Michael Tremer Date: Sat, 28 Feb 2009 13:17:41 +0000 (+0100) Subject: Fixed naming of some variables. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=263bb13c792ed081bb84e548b3d1d0cf052c32fa;p=ipfire-3.x.git Fixed naming of some variables. --- diff --git a/lfs/boost b/lfs/boost index 0d697e390..f05c83228 100644 --- a/lfs/boost +++ b/lfs/boost @@ -28,7 +28,7 @@ PKG_NAME = boost PKG_VER = 1_38_0 PKG_REL = 0 -THISAPP = $(PKG_NAME)_$(VER) +THISAPP = $(PKG_NAME)_$(PKG_VER) DL_FILE = $(THISAPP).tar.bz2 DIR_APP = $(DIR_SRC)/$(THISAPP) diff --git a/lfs/pdns b/lfs/pdns index 8ea1bbd87..7b7904628 100644 --- a/lfs/pdns +++ b/lfs/pdns @@ -25,10 +25,10 @@ include Config PKG_NAME = pdns -VER = 2.9.22 -PKG_VER = 0 +PKG_VER = 2.9.22 +PKG_REL = 0 -THISAPP = $(PKG_NAME)-$(VER) +THISAPP = $(PKG_NAME)-$(PKG_VER) DL_FILE = $(THISAPP).tar.gz DIR_APP = $(DIR_SRC)/$(THISAPP) diff --git a/lfs/pdns-recursor b/lfs/pdns-recursor index 0a7037b72..5e33f2d82 100644 --- a/lfs/pdns-recursor +++ b/lfs/pdns-recursor @@ -25,10 +25,10 @@ include Config PKG_NAME = pdns-recursor -VER = 3.1.7 -PKG_VER = 0 +PKG_VER = 3.1.7 +PKG_REL = 0 -THISAPP = $(PKG_NAME)-$(VER) +THISAPP = $(PKG_NAME)-$(PKG_VER) DL_FILE = $(THISAPP).tar.bz2 DIR_APP = $(DIR_SRC)/$(THISAPP)