diff options
author | nork <nork@FreeBSD.org> | 2005-03-13 05:12:01 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2005-03-13 05:12:01 +0800 |
commit | cc77f310ad0fc54e56719a4fca5d6ab41e7d37bc (patch) | |
tree | 0dcd3228ddb25a8bd10d5e9c23d0dffea4b7e7c9 | |
parent | d375ac0f7c2319578cec8f0f6c297769d284380c (diff) | |
download | freebsd-ports-gnome-cc77f310ad0fc54e56719a4fca5d6ab41e7d37bc.tar.gz freebsd-ports-gnome-cc77f310ad0fc54e56719a4fca5d6ab41e7d37bc.tar.zst freebsd-ports-gnome-cc77f310ad0fc54e56719a4fca5d6ab41e7d37bc.zip |
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
-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 |