diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-01-04 18:35:42 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-01-04 18:37:09 +0100 |
commit | 4ba21d423f30453d47c60bb9f948d4f3a31070b7 (patch) | |
tree | e91eea0f888c65210e228311cf13876cc4436a57 /package | |
parent | 3dbf9f18b6ad267097bd78046687e4ca554b1158 (diff) |
fix url
Diffstat (limited to 'package')
-rw-r--r-- | package/classpath/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/classpath/Makefile b/package/classpath/Makefile index 30e5c5f44..57f982f98 100644 --- a/package/classpath/Makefile +++ b/package/classpath/Makefile @@ -13,7 +13,7 @@ PKG_BUILDDEP:= gtk+ gdk-pixbuf orbit2 gconf PKG_DEPENDS:= libgtk gdk-pixbuf orbit2 gconf HOST_BUILDDEP:= gcj-host ecj-host PKG_URL:= http://www.gnu.org/software/classpath/home.html -PKG_SITES:= ftp.gnu.org/classpath/ \ +PKG_SITES:= ftp://ftp.gnu.org/classpath/ \ http://www.antlr3.org/download/ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz antlr-3.5.2-complete.jar |