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 | |
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.
-rw-r--r-- | graphics/jumpgis/Makefile | 2 | ||||
-rw-r--r-- | palm/uppc-kmod/Makefile | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/palm/uppc-kmod/Makefile b/palm/uppc-kmod/Makefile index ceb55b171d5f..692816e87ecf 100644 --- a/palm/uppc-kmod/Makefile +++ b/palm/uppc-kmod/Makefile @@ -9,7 +9,7 @@ PORTNAME= uppc PORTVERSION= 0.8 PORTREVISION= 3 CATEGORIES= palm kld -MASTER_SITES= http://T32.tecnik93.com/FreeBSD/others_ports/uppc-kmod/sources/ +MASTER_SITES= http://T32.TecNik93.com/FreeBSD/others_ports/${PORTNAME}-${PKGNAMESUFFIX}/sources/ PKGNAMESUFFIX= -kmod MAINTAINER= ports@FreeBSD.org |