diff options
author | trevor <trevor@FreeBSD.org> | 2002-02-12 06:55:44 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-02-12 06:55:44 +0800 |
commit | 5ba1307c7970e4660adc213fc274dd34b9eadf05 (patch) | |
tree | 87dc2214cd453e7e593055734d9951c6156dfa8b /audio | |
parent | 8d448cbe204a22f4be620a7ad6513f49a560f692 (diff) | |
download | freebsd-ports-gnome-5ba1307c7970e4660adc213fc274dd34b9eadf05.tar.gz freebsd-ports-gnome-5ba1307c7970e4660adc213fc274dd34b9eadf05.tar.zst freebsd-ports-gnome-5ba1307c7970e4660adc213fc274dd34b9eadf05.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.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/csound-manual/Makefile | 4 | ||||
-rw-r--r-- | audio/csound/Makefile | 4 |
2 files changed, 6 insertions, 2 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 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" |