diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2009-10-03 09:47:28 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2009-10-03 09:47:28 +0000 |
commit | 7a80ce5e4f898a1470c4190e3aa6b3ab09e40ad4 (patch) | |
tree | 1a9c28ca9da7e388161e33816e8188ee723087b6 /astro | |
parent | ed9cac585cd17f9f323191771a7bf2aedb28bf61 (diff) | |
download | ports-7a80ce5e4f898a1470c4190e3aa6b3ab09e40ad4.tar.gz ports-7a80ce5e4f898a1470c4190e3aa6b3ab09e40ad4.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/osmosis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/osmosis/Makefile b/astro/osmosis/Makefile index 0241d10dbc78..5934eb725b19 100644 --- a/astro/osmosis/Makefile +++ b/astro/osmosis/Makefile @@ -8,7 +8,7 @@ PORTNAME= osmosis PORTVERSION= 0.31.2 CATEGORIES= astro java -MASTER_SITES= http://dev.openstreetmap.org/~bretth/osmosis-build/ +MASTER_SITES= ftp://ftp.SpringDaemons.com/soft/ DISTNAME= ${PORTNAME}-${PORTVERSION}-bin MAINTAINER= glebius@FreeBSD.org @@ -22,7 +22,7 @@ JAVA_VERSION= 1.6+ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} SUB_FILES= osmosis -FETCH_ARGS= -pRr +#FETCH_ARGS= -pRr JAVAJARDIR_REL= ${JAVAJARDIR:C,${PREFIX}/?,,} JARFILES= aopalliance-1.0.jar \ bzip2-20090327.jar \ |