diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-09-02 15:01:56 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-09-02 15:01:56 +0000 |
commit | 535382b89150108fea8bdf4a729e9ed1257f42f8 (patch) | |
tree | 1f24bf9ea181456fbd70a93a3796f17fa5b7c19b /audio/bmp-fc/Makefile | |
parent | Mark broken because it will not build with libtool 2.2. (diff) |
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED
Approved by: portmgr (pav)
Diffstat (limited to '')
-rw-r--r-- | audio/bmp-fc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/bmp-fc/Makefile b/audio/bmp-fc/Makefile index 46e6af4223c7..600a27db75c6 100644 --- a/audio/bmp-fc/Makefile +++ b/audio/bmp-fc/Makefile @@ -9,8 +9,7 @@ PORTNAME= bmp-fc PORTVERSION= 0.1 PORTREVISION= 4 CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} -MASTER_SITE_SUBDIR= xmms-fc +MASTER_SITES= SF/xmms-fc/${PORTNAME}/${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org COMMENT= A Future Composer input plug-in for beep-media-player |