summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-12-02 11:53:36 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-12-02 11:53:36 (GMT)
commit27046f496e7182f163943b473e926e255a31e207 (patch)
treee5a446e5626717d9dc58c28db6700f9f1fea4bdb /Makefile
parent986540da595a7ceb5b99024f7158f00299f9ecc7 (diff)
downloadmxe-27046f496e7182f163943b473e926e255a31e207.zip
mxe-27046f496e7182f163943b473e926e255a31e207.tar.gz
mxe-27046f496e7182f163943b473e926e255a31e207.tar.bz2
adjust the $(SOURCEFORGE_FILES) macro to the new layout of the SourceForge download sites (needed by "make update")
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 48318eb..8c36977 100644
--- a/Makefile
+++ b/Makefile
@@ -91,8 +91,7 @@ DOWNLOAD_PKG_ARCHIVE = \
SOURCEFORGE_FILES = \
wget -q -O- '$(1)' | \
grep 'title="/' | \
- $(SED) -n 's,.*title="\(/[^:]*\).*released on \([^ "]* [^ "]* [^ "]*\)",\2 \1,p' | \
- while read d1 d2 d3 url; do echo "`date -d "$$d1 $$d2 $$d3" +%Y-%m-%d`" "$$url"; done | \
+ $(SED) -n 's,.*title="\(/[^:]*\).*released on \([0-9-]*\)",\2 \1,p' | \
sort | \
$(SED) 's,^[^ ]* ,,'