| Summary: | Clarification in porters handbook | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Diane Bruce <db> | ||||
| Component: | Books & Articles | Assignee: | Isabell Long <issyl0> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Diane Bruce
2012-12-23 16:50:01 UTC
Responsible Changed From-To: freebsd-doc->issyl0 Take. Author: issyl0 Date: Fri Dec 28 22:13:17 2012 New Revision: 40489 URL: http://svnweb.freebsd.org/changeset/doc/40489 Log: Clarify the format of the ports Makefile 'Created by:' line. PR: docs/174659 Submitted by: db Approved by: gabor (mentor) Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/book.xml Fri Dec 28 15:02:30 2012 (r40488) +++ head/en_US.ISO8859-1/books/porters-handbook/book.xml Fri Dec 28 22:13:17 2012 (r40489) @@ -16582,7 +16582,9 @@ IGNORE= POINTYHAT is not supported <programlisting>[the header...just to make it easier for us to identify the ports.] # Created by: Satoshi Asami <asami@FreeBSD.org> [The optional <emphasis>Created by:</emphasis> line names the person who originally -created the port. If this line is present, future maintainers should +created the port. Note that the <quote>:</quote> is followed by a space +and not a tab character. +If this line is present, future maintainers should not change or remove it except at the original author's request.] # $FreeBSD$ _______________________________________________ svn-doc-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed. Thanks! |