diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-02-25 15:29:55 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-02-25 15:29:55 +0000 |
commit | 63dd7e0ac0c6c39121e9e01e22d5a8d2662036bf (patch) | |
tree | 9fd49708d4390dc85373263dacf1e005594e1631 /shells/flash | |
parent | a23f6437e8e6c10966aa7079af31a1c63620a91c (diff) | |
download | ports-63dd7e0ac0c6c39121e9e01e22d5a8d2662036bf.tar.gz ports-63dd7e0ac0c6c39121e9e01e22d5a8d2662036bf.zip |
Add secondary site to MASTER_SITES
PR: 25326
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=38695
Diffstat (limited to 'shells/flash')
-rw-r--r-- | shells/flash/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/flash/Makefile b/shells/flash/Makefile index 60ecf0dfacd3..6d3096a74008 100644 --- a/shells/flash/Makefile +++ b/shells/flash/Makefile @@ -8,7 +8,8 @@ PORTNAME= flash PORTVERSION= 0.9.4 CATEGORIES= shells -MASTER_SITES= ftp://ftp.netsoc.ucd.ie/pub/computing/flash/ +MASTER_SITES= http://www.netsoc.ucd.ie/flash/ \ + ftp://ftp.netsoc.ucd.ie/pub/computing/flash/ MAINTAINER= ports@FreeBSD.org |