diff options
author | itetcu <itetcu@FreeBSD.org> | 2008-03-25 17:15:42 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2008-03-25 17:15:42 +0800 |
commit | 42ad4fc89ac104008b0236d7f5a2c44d9ae76a41 (patch) | |
tree | 34f6c25a0a496ac4236d057067d53f2c18fdf133 /graphics | |
parent | f93d54ee0924ee1bb90f5a2a9d79e3dfd5c6c979 (diff) | |
download | freebsd-ports-gnome-42ad4fc89ac104008b0236d7f5a2c44d9ae76a41.tar.gz freebsd-ports-gnome-42ad4fc89ac104008b0236d7f5a2c44d9ae76a41.tar.zst freebsd-ports-gnome-42ad4fc89ac104008b0236d7f5a2c44d9ae76a41.zip |
Adjust MASTER_SITES to an other server of mine, since the old one will be gone
shortly.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/jumpgis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/jumpgis/Makefile b/graphics/jumpgis/Makefile index 7e2b76162e28..54b5dbc30042 100644 --- a/graphics/jumpgis/Makefile +++ b/graphics/jumpgis/Makefile @@ -10,9 +10,9 @@ PORTVERSION= 1.1.2 PORTREVISION= 4 CATEGORIES= graphics java geography MASTER_SITES= http://www.jump-project.org/downloads/jump/:main \ - http://people.tecnik93.com/~sam/ports/:extra + http://T32.TecNik93.com/FreeBSD/others_ports/${PORTNAME}/:main,extra DISTFILES= jump-${PORTVERSION}.zip:main \ - jump.png:extra jump.desktop:extra + jump.png:extra jump.desktop:main,extra EXTRACT_ONLY= jump-${PORTVERSION}.zip MAINTAINER= ports@FreeBSD.org |