diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-20 17:07:51 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-20 17:07:51 +0000 |
commit | 59deb69012e8ee66c43cbd107264d696b9b5d8df (patch) | |
tree | 9e8a7e9ae411da9a10495b6f4f6b95ddb93b39dc /x11-fm | |
parent | New port mldonkey version 1.16: A OCAML/GTK client for the eDonkey (diff) |
GNOME has just changed the layout of their FTP site. This resulted in
making all the distfiles unfetachable. Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location.
Notes
Notes:
svn path=/head/; revision=66862
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/nautilus/Makefile | 2 | ||||
-rw-r--r-- | x11-fm/nautilus2/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile index 0c233dfa870f..c0460110849f 100644 --- a/x11-fm/nautilus/Makefile +++ b/x11-fm/nautilus/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.0.6 PORTREVISION= 9 CATEGORIES= x11-fm gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= stable/sources/nautilus +MASTER_SITE_SUBDIR= sources/nautilus/1.0 MAINTAINER= gnome@FreeBSD.org diff --git a/x11-fm/nautilus2/Makefile b/x11-fm/nautilus2/Makefile index e37572eb4cfd..fcf54019343f 100644 --- a/x11-fm/nautilus2/Makefile +++ b/x11-fm/nautilus2/Makefile @@ -9,7 +9,7 @@ PORTNAME= nautilus2 PORTVERSION= 2.0.7 CATEGORIES= x11-fm gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= 2.0.2/sources/${PORTNAME:S/2$//} +MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.0 DIST_SUBDIR= gnome2 DISTNAME= nautilus-${PORTVERSION} |