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.
This commit is contained in:
Trevor Johnson 2002-02-11 22:55:44 +00:00
parent 45ff19b186
commit 8cf8b47dbc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54574
2 changed files with 6 additions and 2 deletions

View file

@ -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

View file

@ -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"