diff options
author | wbx <wbx@openadk.org> | 2011-04-10 15:39:23 +0200 |
---|---|---|
committer | wbx <wbx@openadk.org> | 2011-04-10 15:39:23 +0200 |
commit | 740a42f993f543c330e2ac5bef45ccf0cd06747c (patch) | |
tree | b2fd176eb9a7af09f80884904c3d64855aec470e /jtools/jikes | |
parent | 6e461b82e0b6a4060e35c0ef61ca55663924aba1 (diff) |
minor tweaks to get ant used
Diffstat (limited to 'jtools/jikes')
-rw-r--r-- | jtools/jikes/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jtools/jikes/Makefile b/jtools/jikes/Makefile index be31884ff..c26a0f45b 100644 --- a/jtools/jikes/Makefile +++ b/jtools/jikes/Makefile @@ -7,7 +7,7 @@ PKG_NAME:= jikes PKG_VERSION:= 1.22 PKG_RELEASE:= 1 PKG_MD5SUM:= 14d4bdfac236e347d806c6743dba48c6 -PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=jikes/Jikes/2.22/} +PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=jikes/Jikes/1.22/} DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.bz2 |