diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-11-28 13:20:32 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-11-28 13:20:32 +0000 |
commit | f181072383ba50e1d99972dd380eb92057b27da6 (patch) | |
tree | a1d3da0497291ecca9c444f06eeb9584de7db44a /www/galeon/Makefile | |
parent | Catch up <machine/console.h> disappearance. (diff) |
Move MASTER_SITE_LOCAL on top of MASTER_SITES, because version at Sourceforge
misteriously became truncated.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=35487
Diffstat (limited to 'www/galeon/Makefile')
-rw-r--r-- | www/galeon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index e77b7cb1499f..7f0a2b349697 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -8,8 +8,8 @@ PORTNAME= galeon PORTVERSION= 0.8 CATEGORIES= www gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sobomax/ +MASTER_SITES= ${MASTER_SITE_LOCAL:S/%SUBDIR%/sobomax/} \ + ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= sobomax@FreeBSD.org |