diff options
author | itetcu <itetcu@FreeBSD.org> | 2008-03-25 17:20:31 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2008-03-25 17:20:31 +0800 |
commit | e587ed231dccda2d6b81b77cd23758931d4f154f (patch) | |
tree | 072af338be99062c362dd3618950cac34511007e /graphics/jumpgis | |
parent | 42ad4fc89ac104008b0236d7f5a2c44d9ae76a41 (diff) | |
download | freebsd-ports-gnome-e587ed231dccda2d6b81b77cd23758931d4f154f.tar.gz freebsd-ports-gnome-e587ed231dccda2d6b81b77cd23758931d4f154f.tar.zst freebsd-ports-gnome-e587ed231dccda2d6b81b77cd23758931d4f154f.zip |
Write MASTER_STIES path right this time.
Diffstat (limited to 'graphics/jumpgis')
-rw-r--r-- | graphics/jumpgis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/jumpgis/Makefile b/graphics/jumpgis/Makefile index 54b5dbc30042..365637252f46 100644 --- a/graphics/jumpgis/Makefile +++ b/graphics/jumpgis/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.1.2 PORTREVISION= 4 CATEGORIES= graphics java geography MASTER_SITES= http://www.jump-project.org/downloads/jump/:main \ - http://T32.TecNik93.com/FreeBSD/others_ports/${PORTNAME}/:main,extra + http://T32.TecNik93.com/FreeBSD/others_ports/${PORTNAME}/sources/:main,extra DISTFILES= jump-${PORTVERSION}.zip:main \ jump.png:extra jump.desktop:main,extra EXTRACT_ONLY= jump-${PORTVERSION}.zip |