diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-04-16 02:24:52 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-04-16 02:24:52 +0000 |
commit | 2df7e9a48a223e281b9bec569ce1b38a59549765 (patch) | |
tree | 0b8f5d6db0860cbe1c9beca451c70a42257fc4d3 /net/liveMedia/Makefile | |
parent | b2152e9b0398ede16ed1f465080d0c593ef8ae3c (diff) | |
download | ports-2df7e9a48a223e281b9bec569ce1b38a59549765.tar.gz ports-2df7e9a48a223e281b9bec569ce1b38a59549765.zip |
Notes
Diffstat (limited to 'net/liveMedia/Makefile')
-rw-r--r-- | net/liveMedia/Makefile | 15 |
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> |