diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-13 15:03:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-13 15:03:20 +0000 |
commit | 16a185a521df5414790dd36163ba0adbf57dc844 (patch) | |
tree | c190bf10da0cbd37125b862eeefc8a9e16d6ae62 /misc/gnomepm | |
parent | Disable GL support. (diff) |
Put copy of distfile on MASTER_SITE_LOCAL because it doesn't exist on the
site indicated by the author, while #@%$^ing Lycos today took down
ftpsearch.lycos.com.
Submitted by: fenner's distfiles survey
Notes
Notes:
svn path=/head/; revision=39757
Diffstat (limited to 'misc/gnomepm')
-rw-r--r-- | misc/gnomepm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/gnomepm/Makefile b/misc/gnomepm/Makefile index e6a3d0eb3e7f..d6bf14ce61c2 100644 --- a/misc/gnomepm/Makefile +++ b/misc/gnomepm/Makefile @@ -8,7 +8,9 @@ PORTNAME= gnomepm PORTVERSION= 0.9.3 CATEGORIES= misc gnome -MASTER_SITES= http://www.geocities.com/lordzephyroth/ +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + ftp://ftp.one.net/pub/users/dobez/ +MASTER_SITE_SUBDIR= sobomax DISTNAME= ${PORTNAME:S/gnome/gnome-/}-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org |