diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-09-05 12:18:25 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-09-05 12:18:25 +0000 |
commit | 3451b8ddb5e869d9d798234f84a12c025c5704ee (patch) | |
tree | 500b0306d31c3e4a68018af1fe08b50742461b25 /www/galeon | |
parent | ae33060c0e2869ecbb6f99b5c9f8e1c77da14102 (diff) | |
download | FreeBSD-ports-3451b8ddb5e869d9d798234f84a12c025c5704ee.zip FreeBSD-ports-3451b8ddb5e869d9d798234f84a12c025c5704ee.tar.gz |
Put a copy of distfile at MASTER_SITE_LOCAL. Galeon authors violently removed
the old 0.72 version, while the new 0.73 can't be built with our default
gcc2.95.2.
Diffstat (limited to 'www/galeon')
-rw-r--r-- | www/galeon/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index 5e99d7e..fcbb445 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -8,7 +8,8 @@ PORTNAME= galeon PORTVERSION= 0.7.2 CATEGORIES= www gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sobomax/ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= sobomax@FreeBSD.org |