summaryrefslogtreecommitdiffstats
path: root/src/matio.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2010-09-09 19:24:32 (GMT)
committerMark Brand <mabrand@mabrand.nl>2010-09-09 19:24:32 (GMT)
commit10b237f4c0f833a02fc2989b98db617d7667050c (patch)
tree15bf77e7bdf46d579c44fbec56e08e7714dd2e48 /src/matio.mk
parent34e4e2bbae65b059ff2962fdb69752cc08ae034e (diff)
downloadmxe-10b237f4c0f833a02fc2989b98db617d7667050c.zip
mxe-10b237f4c0f833a02fc2989b98db617d7667050c.tar.gz
mxe-10b237f4c0f833a02fc2989b98db617d7667050c.tar.bz2
fixed sourceforge URLs in UPDATE macros
Diffstat (limited to 'src/matio.mk')
-rw-r--r--src/matio.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/matio.mk b/src/matio.mk
index a167758..715bcea 100644
--- a/src/matio.mk
+++ b/src/matio.mk
@@ -13,7 +13,7 @@ $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$($(PKG)_V
$(PKG)_DEPS := gcc zlib
define $(PKG)_UPDATE
- $(call SOURCEFORGE_FILES,http://sourceforge.net/projects/matio/files/matio/) | \
+ $(call SOURCEFORGE_FILES,http://sourceforge.net/projects/matio/files/) | \
$(SED) -n 's,.*matio-\([0-9][^>]*\)\.tar.*,\1,p' | \
tail -1
endef