diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2005-03-03 05:27:15 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2005-03-03 05:27:15 +0000 |
commit | ca46d2b835f9bcacbcaf03709372e1c76767f28c (patch) | |
tree | 919bd0c43d66d55a8e2b6f8ad535c1fe547311ea | |
parent | fc32245730c093c688ab84ce8a376156bdfe04a1 (diff) |
Host the distfile in my MASTER_SITE_LOCAL area until
nork has a chance to update to the latest version.
Notes
Notes:
svn path=/head/; revision=130240
-rw-r--r-- | net/liveMedia/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/liveMedia/Makefile b/net/liveMedia/Makefile index 53a37bebe81e..e16a705d90c8 100644 --- a/net/liveMedia/Makefile +++ b/net/liveMedia/Makefile @@ -10,9 +10,9 @@ PORTVERSION= 2005.02.14 PORTREVISION= 0 PORTEPOCH= 1 CATEGORIES= net devel -MASTER_SITES= http://www.LIVE.COM/liveMedia/public/ +#MASTER_SITES= http://www.LIVE.COM/liveMedia/public/ MASTER_SITES+= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= nork +MASTER_SITE_SUBDIR= adamw DISTNAME= live.${PORTVERSION} MAINTAINER= nork@FreeBSD.org |