From owner-freebsd-bugs Sun Jun 8 08:20:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA16354 for bugs-outgoing; Sun, 8 Jun 1997 08:20:03 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA16332; Sun, 8 Jun 1997 08:20:01 -0700 (PDT) Resent-Date: Sun, 8 Jun 1997 08:20:01 -0700 (PDT) Resent-Message-Id: <199706081520.IAA16332@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, simokawa@sat.t.u-tokyo.ac.jp Received: from agora.rdrop.com (root@agora.rdrop.com [199.2.210.241]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA16274 for ; Sun, 8 Jun 1997 08:19:45 -0700 (PDT) Received: from uno.sat.t.u-tokyo.ac.jp (uno.sat.t.u-tokyo.ac.jp [133.11.70.160]) by agora.rdrop.com (8.8.5/8.8.5) with ESMTP id IAA21627 for ; Sun, 8 Jun 1997 08:19:42 -0700 (PDT) Received: by uno.sat.t.u-tokyo.ac.jp (8.8.5/8.7.3) id AAA14872; Mon, 9 Jun 1997 00:19:25 +0900 (JST) Message-Id: <199706081519.AAA14872@uno.sat.t.u-tokyo.ac.jp> Date: Mon, 9 Jun 1997 00:19:25 +0900 (JST) From: Hidetoshi Shimokawa Reply-To: simokawa@sat.t.u-tokyo.ac.jp To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: docs/3812: porting.sgml has some typo Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 3812 >Category: docs >Synopsis: porting.sgml has some typo >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 8 08:20:00 PDT 1997 >Last-Modified: >Originator: Hidetoshi Shimokawa >Organization: University of Tokyo. >Release: FreeBSD 3.0-CURRENT i386 >Environment: FreeBSD Handbook porting.sgml revison 1.71 >Description: I found this while updating Japanese version. >How-To-Repeat: NA >Fix: Index: porting.sgml =================================================================== RCS file: /pub/FreeBSD-CVS/doc/handbook/porting.sgml,v retrieving revision 1.71 diff -u -r1.71 porting.sgml --- porting.sgml 1997/05/23 08:19:19 1.71 +++ porting.sgml 1997/06/08 09:29:02 @@ -265,7 +265,7 @@ is also called the `packing list' because the package is generated by packing the files listed here. The pathnames are relative to the installation prefix (usually - /usr/local or /usr/X11R6) Also it is assumed + /usr/local or /usr/X11R6). Also it is assumed the manpages will be compressed.

Here is a small example: @@ -954,14 +954,15 @@ work subdirectory, `make clean' will nuke it completely! If you need auxiliary files that are not scripts or patches, put them in the - ${FILESDIR} subdirectory (files/ by default) + ${FILESDIR} subdirectory (files by default) and use the post-extract target to copy them to the work subdirectory. Package information -

Do include package information, i.e. COMMENT, DESCR, and PLIST, in +

Do include package information, i.e. COMMENT, + DESCR, and PLIST, in pkg. Note that these files are not used only for packaging anymore, and are mandatory now, even if ${NO_PACKAGE} is set. >Audit-Trail: >Unformatted: