diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-01 12:51:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-01 12:51:42 +0000 |
commit | 7b84d4f83ccfd77742bafbee95825dab629436a0 (patch) | |
tree | 4178b5fc4345de5188b9777890aaff9ccac25058 /audio | |
parent | b873fc159ab9ef5cace8a31e25945ddabbb726bf (diff) | |
download | ports-7b84d4f83ccfd77742bafbee95825dab629436a0.tar.gz ports-7b84d4f83ccfd77742bafbee95825dab629436a0.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rbscrobbler/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/rbscrobbler/Makefile b/audio/rbscrobbler/Makefile index 483bdb2ea6d8..d0bc97fe8f11 100644 --- a/audio/rbscrobbler/Makefile +++ b/audio/rbscrobbler/Makefile @@ -8,7 +8,7 @@ PORTNAME= rbscrobbler PORTVERSION= 0.0.9 PORTREVISION= 1 CATEGORIES= audio gnome -MASTER_SITES= http://members.cox.net/alexrevo/ +MASTER_SITES= http://ftp.osuosl.org/pub/FreeBSD/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= Rhythmbox plugin for Audioscrobbler @@ -17,7 +17,6 @@ RUN_DEPENDS= rhythmbox:${PORTSDIR}/audio/rhythmbox USE_GNOME= pygnomeextras USE_PYTHON= yes -USE_REINPLACE= yes MAN1= rbscrobbler.1 |