diff options
author | marcus <marcus@FreeBSD.org> | 2003-10-26 18:23:08 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-10-26 18:23:08 +0000 |
commit | ccd22129c5cf43fd62a23b6f582d37a4a94f589d (patch) | |
tree | 4ce8a2a4d7ea4dd91b9ed6422620a8595d118074 /x11/gnomesession | |
parent | 2b8d90a69951298093880c5dd24ef312d06b4064 (diff) | |
download | FreeBSD-ports-ccd22129c5cf43fd62a23b6f582d37a4a94f589d.zip FreeBSD-ports-ccd22129c5cf43fd62a23b6f582d37a4a94f589d.tar.gz |
Point to the FTP mirrors fpr the splash screen now that they've had a chance
to sync.
Diffstat (limited to 'x11/gnomesession')
-rw-r--r-- | x11/gnomesession/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/gnomesession/Makefile b/x11/gnomesession/Makefile index 4971fdc..3aa0293 100644 --- a/x11/gnomesession/Makefile +++ b/x11/gnomesession/Makefile @@ -9,8 +9,9 @@ PORTNAME= gnomesession PORTVERSION= 2.4.1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} \ - http://people.freebsd.org/~marcus/:local -MASTER_SITE_SUBDIR= sources/gnome-session/2.4 + ${MASTER_SITE_LOCAL:S/$/:local/} +MASTER_SITE_SUBDIR= sources/gnome-session/2.4 \ + marcus/:local DISTNAME= gnome-session-${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ splash.png:local |