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/csound | |
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/csound')
-rw-r--r-- | audio/csound/Makefile | 10 |
1 files changed, 4 insertions, 6 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 |