From 32886318c331b2c4724dcc73775957f68f0b058e Mon Sep 17 00:00:00 2001 From: Masafumi Max NAKANE Date: Sun, 8 Jun 1997 16:43:09 +0000 Subject: [PATCH] Some punctuation fix. Enclose file/directory names with . PR: 3812 Submitted by: simokawa@jp.freebsd.org --- handbook/porting.sgml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/handbook/porting.sgml b/handbook/porting.sgml index d0505d512e..25c93eef0a 100644 --- a/handbook/porting.sgml +++ b/handbook/porting.sgml @@ -1,4 +1,4 @@ - + Porting an existing piece of free software @@ -265,7 +265,7 @@ asami@cs.berkeley.edu 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 @@ FETCH_DEPENDS= ncftp2:${PORTSDIR}/net/ncftp2 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.