diff options
author | wxs <wxs@FreeBSD.org> | 2009-08-02 10:51:50 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-08-02 10:51:50 +0800 |
commit | d0839673658748a13129d879bb24157df00cb7db (patch) | |
tree | 473af021af17240b3677ef36f29e63ae51f32390 /audio | |
parent | 8e7b224cec8a43843e0fa3145ef6f9c599079a1d (diff) | |
download | freebsd-ports-gnome-d0839673658748a13129d879bb24157df00cb7db.tar.gz freebsd-ports-gnome-d0839673658748a13129d879bb24157df00cb7db.tar.zst freebsd-ports-gnome-d0839673658748a13129d879bb24157df00cb7db.zip |
- Reset maintainer and remove old MASTER_SITES.
PR: ports/137224
Submitted by: Martin Tournoij <carpetsmoker@rwxrwxrwx.net> (maintainer)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/csound/Makefile | 10 | ||||
-rw-r--r-- | audio/mpdscribble/Makefile | 2 |
2 files changed, 5 insertions, 7 deletions
diff --git a/audio/csound/Makefile b/audio/csound/Makefile index 94be7aa8462f..57a5df223499 100644 --- a/audio/csound/Makefile +++ b/audio/csound/Makefile @@ -10,13 +10,11 @@ PORTNAME= csound PORTVERSION= 5.07 PORTREVISION= 1 CATEGORIES= audio lang -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://www.carpetsmoker.net/distfiles/:manual \ - http://www.xs4all.nl/~tournoij/distfiles/:manual \ - http://www.rwxrwxrwx.net/distfiles/:manual -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:src/} \ + ${MASTER_SITE_LOCAL:S/$/:manual/} +MASTER_SITE_SUBDIR= ${PORTNAME:S/$/:src/} wxs/:manual DISTNAME= ${PORTNAME:S/c/C/}${PORTVERSION}.0 -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:src DIST_SUBDIR= csound MAINTAINER= scjamorim@bsd.com.br diff --git a/audio/mpdscribble/Makefile b/audio/mpdscribble/Makefile index 5cd7e593767b..028afa546e37 100644 --- a/audio/mpdscribble/Makefile +++ b/audio/mpdscribble/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF/musicpd -MAINTAINER= carpetsmoker@rwxrwxrwx.net +MAINTAINER= ports@FreeBSD.org COMMENT= Musicpd last.fm client LIB_DEPENDS= soup:${PORTSDIR}/devel/libsoup |