aboutsummaryrefslogtreecommitdiff
path: root/audio/csound
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2002-02-11 22:55:44 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2002-02-11 22:55:44 +0000
commit8cf8b47dbcac295b1542ac611112bfaacac3932f (patch)
treed5a0d0a6eff9eddcb4c505241b89213079154eb5 /audio/csound
parent45ff19b186c28ff7f08ff3c8dec44e930eeed985 (diff)
downloadports-8cf8b47dbcac295b1542ac611112bfaacac3932f.tar.gz
ports-8cf8b47dbcac295b1542ac611112bfaacac3932f.zip
The Porters' Handbook says that for ports marked RESTRICTED, "the
distfiles/packages will not be available even from our FTP sites." Even though I marked these RESTRICTED, packages have appeared on the FTP sites. Perhaps this was due to the "#" in the RESTRICTED line.
Notes
Notes: svn path=/head/; revision=54574
Diffstat (limited to 'audio/csound')
-rw-r--r--audio/csound/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/csound/Makefile b/audio/csound/Makefile
index 24c175f1c91f..7f19e3b9e69e 100644
--- a/audio/csound/Makefile
+++ b/audio/csound/Makefile
@@ -17,7 +17,9 @@ MAINTAINER= trevor@FreeBSD.org
LIB_DEPENDS= tcl83:${PORTSDIR}/lang/tcl83 \
tk83:${PORTSDIR}/x11-toolkits/tk83
-RESTRICTED= "no redistribution; no commercial use except to make music (see http://mitpress.mit.edu/e-books/csound/fpage/FAQml/faq/faq.html#THE CSOUND COPYRIGHT ISSUES)"
+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}
MAKE_ENV= CPPFLAGS="-I${PREFIX}/include" \
LDFLAGS="-L${PREFIX}/lib -L${LOCALBASE}/lib"