summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-12-02 19:31:45 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-12-02 19:31:45 (GMT)
commit77f47c13ca7d6e60d93436d853608ac225e5fa64 (patch)
treef8b9543065dd935bd0fada5dd96f0ca40f3164a2 /Makefile
parente9720327c61aceb39e591a2341b3a7d270f11329 (diff)
downloadmxe-77f47c13ca7d6e60d93436d853608ac225e5fa64.zip
mxe-77f47c13ca7d6e60d93436d853608ac225e5fa64.tar.gz
mxe-77f47c13ca7d6e60d93436d853608ac225e5fa64.tar.bz2
improved update script of all remaining SourceForge packages
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 5ea034d..cb7470c 100644
--- a/Makefile
+++ b/Makefile
@@ -67,13 +67,6 @@ DOWNLOAD_PKG_ARCHIVE = \
) \
> '$(PKG_DIR)/$($(1)_FILE)'
-SOURCEFORGE_FILES = \
- wget -q -O- '$(1)' | \
- grep 'title="/' | \
- $(SED) -n 's,.*title="\(/[^:]*\).*released on \([0-9-]*\)",\2 \1,p' | \
- sort | \
- $(SED) 's,^[^ ]* ,,'
-
.PHONY: all
all: $(PKGS)