diff options
author | Romain Tartière <romain@FreeBSD.org> | 2010-08-23 18:39:32 +0000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2010-08-23 18:39:32 +0000 |
commit | b24f27d978c105d4e622d6d65f74a0126e2f67df (patch) | |
tree | 3f9c4176889cbf58ce78877850930b3c461d55a0 /www/moonshine | |
parent | 68b0d64928128eb0e4f2680cda3749780b4010dd (diff) |
Notes
Diffstat (limited to 'www/moonshine')
-rw-r--r-- | www/moonshine/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/moonshine/Makefile b/www/moonshine/Makefile index 0dea26f56a20..96d174e64a9c 100644 --- a/www/moonshine/Makefile +++ b/www/moonshine/Makefile @@ -9,15 +9,13 @@ PORTNAME= moonshine PORTVERSION= 0.7 PORTREVISION= 1 CATEGORIES= www multimedia -MASTER_SITES= http://github.com/abock/moonshine/tarball/${PORTVERSION}/ +MASTER_SITES= http://romain.blogreen.org/distfiles/ DISTNAME= abock-${PORTNAME}-${GITCOMMIT} MAINTAINER= mono@FreeBSD.org COMMENT= Windows Media playback through Moonlight and Firefox BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash -FETCH_BEFORE_ARGS= -o ${DISTNAME}${EXTRACT_SUFX} -FETCH_ARGS= -apRr GITCOMMIT= 35085a4 USE_GMAKE= yes |