Use <package>_VERSION in all <package>.mk instead of <package>_VER

This commit is contained in:
Ulf Samuelsson
2007-07-11 14:06:06 +00:00
parent cd599b6114
commit e1621a4a2a
110 changed files with 410 additions and 387 deletions

View File

@@ -4,10 +4,10 @@
#
#############################################################
SUDO_VER:=1.6.8p12
SUDO_SOURCE:=sudo-$(SUDO_VER).tar.gz
SUDO_VERSION:=1.6.8p12
SUDO_SOURCE:=sudo-$(SUDO_VERSION).tar.gz
SUDO_SITE:=http://www.courtesan.com/sudo/dist
SUDO_DIR:=$(BUILD_DIR)/sudo-$(SUDO_VER)
SUDO_DIR:=$(BUILD_DIR)/sudo-$(SUDO_VERSION)
SUDO_UNZIP:=$(ZCAT)
$(DL_DIR)/$(SUDO_SOURCE):