aboutsummaryrefslogtreecommitdiffstats
path: root/net/liveMedia/Makefile
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2005-04-16 10:24:52 +0800
committernork <nork@FreeBSD.org>2005-04-16 10:24:52 +0800
commit6422b74c2380f2538a97b8f79491fb3cab49616b (patch)
tree4f529d8aa0c8149e89e3759d85a0e58ced68fa2e /net/liveMedia/Makefile
parentf7a493999437a8f83f36a581bc6dfd073ccabf8f (diff)
downloadfreebsd-ports-gnome-6422b74c2380f2538a97b8f79491fb3cab49616b.tar.gz
freebsd-ports-gnome-6422b74c2380f2538a97b8f79491fb3cab49616b.tar.zst
freebsd-ports-gnome-6422b74c2380f2538a97b8f79491fb3cab49616b.zip
o Ressurect a mirror site, permanently. [1]
o Add pkg-message from author. [2] o Add WWW line to pkg-descr. o Bump PORTREVISION, because it wants you to read the author's message. PR: ports/79864 [1] Submitted by: Frank Laszlo <laszlof@tvog.net> [1] Approved by: Ross Finlayson <finlayson@live.com> (author) [1] Requested by: Ross Finlayson <finlayson@live.com> (author) [2]
Diffstat (limited to 'net/liveMedia/Makefile')
-rw-r--r--net/liveMedia/Makefile15
1 files changed, 6 insertions, 9 deletions
diff --git a/net/liveMedia/Makefile b/net/liveMedia/Makefile
index 46939de05a18..2e10e24eafe2 100644
--- a/net/liveMedia/Makefile
+++ b/net/liveMedia/Makefile
@@ -7,19 +7,13 @@
PORTNAME= liveMedia
PORTVERSION= 2005.04.13
-PORTREVISION= 0
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= net devel
MASTER_SITES= http://www.LIVE.COM/liveMedia/public/
-#MASTER_SITES+= ${MASTER_SITE_LOCAL}
-#MASTER_SITE_SUBDIR= nork
+MASTER_SITES+= ${MASTER_SITE_LOCAL}
+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
@@ -223,4 +217,7 @@ do-install:
@${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/live/liveMedia/include/
.endfor
+post-install:
+ @${CAT} ${PKGMESSAGE}
+
.include <bsd.port.post.mk>