From e1621a4a2a6b1750402d0228cf85920814babc9a Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Wed, 11 Jul 2007 14:06:06 +0000 Subject: Use _VERSION in all .mk instead of _VER --- package/pciutils/pciutils.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package/pciutils') diff --git a/package/pciutils/pciutils.mk b/package/pciutils/pciutils.mk index 032207804..eb5cf80e5 100644 --- a/package/pciutils/pciutils.mk +++ b/package/pciutils/pciutils.mk @@ -3,11 +3,11 @@ # pciutils # ############################################################# -PCIUTILS_VER:=2.1.11 -PCIUTILS_SOURCE:=pciutils-$(PCIUTILS_VER).tar.gz +PCIUTILS_VERSION:=2.1.11 +PCIUTILS_SOURCE:=pciutils-$(PCIUTILS_VERSION).tar.gz PCIUTILS_CAT:=$(ZCAT) PCIUTILS_SITE:=ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci -PCIUTILS_DIR:=$(BUILD_DIR)/pciutils-$(PCIUTILS_VER) +PCIUTILS_DIR:=$(BUILD_DIR)/pciutils-$(PCIUTILS_VERSION) # Yet more targets... PCIIDS_SITE:=http://pciids.sourceforge.net/ -- cgit v1.2.3