diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-09-05 20:18:25 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-09-05 20:18:25 +0800 |
commit | 3451b8ddb5e869d9d798234f84a12c025c5704ee (patch) | |
tree | 500b0306d31c3e4a68018af1fe08b50742461b25 /www/galeon2 | |
parent | ae33060c0e2869ecbb6f99b5c9f8e1c77da14102 (diff) | |
download | freebsd-ports-gnome-3451b8ddb5e869d9d798234f84a12c025c5704ee.tar.gz freebsd-ports-gnome-3451b8ddb5e869d9d798234f84a12c025c5704ee.tar.zst freebsd-ports-gnome-3451b8ddb5e869d9d798234f84a12c025c5704ee.zip |
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/galeon2')
-rw-r--r-- | www/galeon2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile index 5e99d7ed99b0..fcbb445c29c9 100644 --- a/www/galeon2/Makefile +++ b/www/galeon2/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 |