diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-03-12 21:12:01 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-03-12 21:12:01 +0000 |
commit | c2fa181e94f5fe09892a264a4e7cfd449b86e9b3 (patch) | |
tree | 553ce679e2a72c520b58676a57a475c2886da7cc /net | |
parent | Remove the WITH_CJK patch as it is no longer applicable. (diff) |
Add a note about MASTER_SITES and MASTER_SITE_SUBDIR.
# Sorry, I missed in rev.1.161. I should not make to
# use MASTER_SITES and MASTER_SITE_SUBDIR.
Pointed out by: adamw
Diffstat (limited to 'net')
-rw-r--r-- | net/liveMedia/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/liveMedia/Makefile b/net/liveMedia/Makefile index 6b3ee43a686e..6dca50b8a260 100644 --- a/net/liveMedia/Makefile +++ b/net/liveMedia/Makefile @@ -12,8 +12,14 @@ PORTEPOCH= 1 CATEGORIES= net devel MASTER_SITES= http://www.LIVE.COM/liveMedia/public/ MASTER_SITES+= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= adamw +MASTER_SITE_SUBDIR= nork DISTNAME= live.${PORTVERSION} +# liveMedia's author says that use the latest version whenever +# possible, and doesn't keep old archives. +# So nork decided to set MASTER_SITES and MASTER_SITE_SUBDIR, +# while ports frozen. +# NOTE: If you notice that nork doesn't update this port, +# please go ahead before you informed to nork. MAINTAINER= nork@FreeBSD.org COMMENT= LIVE.COM Streaming Media |