Added explantion of NO_PACKAGE.
This commit is contained in:
parent
abf73a107b
commit
f00ed56cb3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=770
1 changed files with 8 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $Id: porting.sgml,v 1.45 1996-12-05 11:21:47 asami Exp $ -->
|
||||
<!-- $Id: porting.sgml,v 1.46 1996-12-09 07:38:56 obrien Exp $ -->
|
||||
<!-- The FreeBSD Documentation Project -->
|
||||
|
||||
<sect1><heading>Porting an existing piece of free software<label id="porting"></heading>
|
||||
|
@ -857,6 +857,13 @@ FETCH_DEPENDS= ncftp2:${PORTSDIR}/net/ncftp2
|
|||
sure such ports won't go into the CD-ROM come release time.
|
||||
The distfile and package will still be available via ftp.
|
||||
|
||||
<item>If the resulting package needs to be built uniquely for
|
||||
each site, or the resulting binary package can't be distributed
|
||||
due to licensing; set the variable <tt>NO_PACKAGE</tt>.
|
||||
We will make sure such packages won't go on the ftp site, nor
|
||||
into the CD-ROM come release time. The distfile will still be
|
||||
included on both however.
|
||||
|
||||
<item>If the port has legal restrictions on who can use it
|
||||
(e.g., crypto stuff) or has a `no commercial use' license,
|
||||
set the variable <tt>RESTRICTED</tt> to be the string
|
||||
|
|
Loading…
Reference in a new issue