summaryrefslogtreecommitdiffstats
path: root/src/lcms.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2010-12-12 00:16:13 (GMT)
committerMark Brand <mabrand@mabrand.nl>2010-12-12 00:16:13 (GMT)
commit0d20234f54d5a92828e148da5dfca71755b3c4db (patch)
tree2500dad0111759415c7a0e891895faa59808d8f5 /src/lcms.mk
parent314b9640f53535faf0f81763eed6aa969da539e5 (diff)
downloadmxe-0d20234f54d5a92828e148da5dfca71755b3c4db.zip
mxe-0d20234f54d5a92828e148da5dfca71755b3c4db.tar.gz
mxe-0d20234f54d5a92828e148da5dfca71755b3c4db.tar.bz2
remove $($PKG)_SUBDIR) from FILE and URL defintions
For now this means a bit of duplication, but if the remaining references to SUBDIR can be dealt with, we should be able to get rid of the SUBDIR defintion altogether.
Diffstat (limited to 'src/lcms.mk')
-rw-r--r--src/lcms.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lcms.mk b/src/lcms.mk
index 8ad4293..70524b4 100644
--- a/src/lcms.mk
+++ b/src/lcms.mk
@@ -7,7 +7,7 @@ $(PKG)_IGNORE :=
$(PKG)_VERSION := 2.1
$(PKG)_CHECKSUM := 0ce856a004068ff6e22f9f2d7b94a11b9b469bf9
$(PKG)_SUBDIR := $(PKG)$(word 1,$(subst ., ,$($(PKG)_VERSION)))-$(subst a,,$($(PKG)_VERSION))
-$(PKG)_FILE := $($(PKG)_SUBDIR).tar.gz
+$(PKG)_FILE := $(PKG)$(word 1,$(subst ., ,$($(PKG)_VERSION)))-$(subst a,,$($(PKG)_VERSION)).tar.gz
$(PKG)_WEBSITE := http://www.littlecms.com/
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$(subst a,,$($(PKG)_VERSION))/$($(PKG)_FILE)
$(PKG)_DEPS := gcc jpeg tiff zlib