diff options
author | garga <garga@FreeBSD.org> | 2006-02-23 18:34:06 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-02-23 18:34:06 +0800 |
commit | ba4beb1ea11e6147a9b30969be42685d1c709e56 (patch) | |
tree | 9ddb6eea2de61583442af36e2ed320cdbf3a6df9 /audio/csound | |
parent | bddde66ee64ad6d202a2d8ffedaa0da103f4bdcf (diff) | |
download | freebsd-ports-gnome-ba4beb1ea11e6147a9b30969be42685d1c709e56.tar.gz freebsd-ports-gnome-ba4beb1ea11e6147a9b30969be42685d1c709e56.tar.zst freebsd-ports-gnome-ba4beb1ea11e6147a9b30969be42685d1c709e56.zip |
Unbreak: make it fetchable again
Approved by: portmgr (erwin, kris)
Diffstat (limited to 'audio/csound')
-rw-r--r-- | audio/csound/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/csound/Makefile b/audio/csound/Makefile index 6245a0275b79..a8d98e65d5f2 100644 --- a/audio/csound/Makefile +++ b/audio/csound/Makefile @@ -8,8 +8,8 @@ PORTNAME= csound PORTVERSION= 4.23 CATEGORIES= audio -MASTER_SITES= ftp://sunsite.univie.ac.at/pub/sound/csound/newest/ \ - ftp://ftp.cs.bath.ac.uk/pub/dream/newest/ +MASTER_SITES= ${MASTER_SITE_NETBSD} +MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= Csound${PORTVERSION} DIST_SUBDIR= csound @@ -19,8 +19,6 @@ COMMENT= Sound synthesizer LIB_DEPENDS= tcl84:${PORTSDIR}/lang/tcl84 \ tk84:${PORTSDIR}/x11-toolkits/tk84 -BROKEN= Unfetchable - RESTRICTED= "no redistribution; no commercial use except to make music (see http://mitpress.mit.edu/e-books/csound/fpage/FAQml/faq/faq.html)" NO_CDROM= ${RESTRICTED} NO_FTP= ${RESTRICTED} |