diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-05 12:18:25 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-05 12:18:25 +0000 |
commit | 6d4c8d13ca6b4b1e6c53cab30c26b79f6fe2e835 (patch) | |
tree | 3b5f868ae1b626b4a288dd0f23072f45ad36c5ac /www/galeon2 | |
parent | Mark as BROKEN if OSVERSION < 400000 (3.* and downward not supported). (diff) |
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 |