diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-03-05 20:01:03 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-03-05 20:01:03 +0000 |
commit | 7708d0ddba85ced644e72ee47a7a9ce406660e42 (patch) | |
tree | e44e2af283612d94e4267300362f61cecccd422b /astro | |
parent | 41bf0906290d7a85262f4c1221c305cf21b14813 (diff) | |
download | ports-7708d0ddba85ced644e72ee47a7a9ce406660e42.tar.gz ports-7708d0ddba85ced644e72ee47a7a9ce406660e42.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/osmosis/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/osmosis/Makefile b/astro/osmosis/Makefile index b7d692f805ef..aa2d2103abb3 100644 --- a/astro/osmosis/Makefile +++ b/astro/osmosis/Makefile @@ -6,12 +6,13 @@ PORTVERSION= 0.43.1 CATEGORIES= astro java MASTER_SITES= http://bretth.dev.openstreetmap.org/osmosis-build/ \ http://mirror.amdmi3.ru/distfiles/ -EXTRACT_SUFX= .tgz MAINTAINER= amdmi3@FreeBSD.org COMMENT= Command line Java app for processing OpenStreetMap data +USES= tar:tgz NO_BUILD= yes +NO_ARCH= yes WRKSRC= ${WRKDIR} USE_JAVA= yes |