diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-02-11 22:55:44 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-02-11 22:55:44 +0000 |
commit | 8cf8b47dbcac295b1542ac611112bfaacac3932f (patch) | |
tree | d5a0d0a6eff9eddcb4c505241b89213079154eb5 /audio/csound-manual | |
parent | 45ff19b186c28ff7f08ff3c8dec44e930eeed985 (diff) | |
download | ports-8cf8b47dbcac295b1542ac611112bfaacac3932f.tar.gz ports-8cf8b47dbcac295b1542ac611112bfaacac3932f.zip |
Notes
Diffstat (limited to 'audio/csound-manual')
-rw-r--r-- | audio/csound-manual/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/csound-manual/Makefile b/audio/csound-manual/Makefile index 938182ec672c..df8bdfda8052 100644 --- a/audio/csound-manual/Makefile +++ b/audio/csound-manual/Makefile @@ -24,7 +24,9 @@ MAINTAINER= trevor@FreeBSD.org RUN_DEPENDS= csound:${PORTSDIR}/audio/csound -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} NO_BUILD= yes NO_MTREE= yes |