From a438b44b4a83ea2c03ea5e9ffdaed5b24d37d5cc Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Thu, 1 Aug 1996 00:12:11 +0000 Subject: [PATCH] Change ${NCFTP} to ${FETCH}. Fix bogon that describes the do-* targets (it wasn't even English!). Fixes PR docs/1448. --- share/doc/handbook/porting.sgml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/share/doc/handbook/porting.sgml b/share/doc/handbook/porting.sgml index a0b4da0f5f7e..b525901b3387 100644 --- a/share/doc/handbook/porting.sgml +++ b/share/doc/handbook/porting.sgml @@ -1,4 +1,4 @@ - + Porting an existing piece of free software @@ -158,7 +158,7 @@ The pattern is the year followed by the month. # Date created: 5 December 1994 # Whom: asami # - # $Id: porting.sgml,v 1.23 1996/07/30 09:35:54 asami Exp $ + # $Id: porting.sgml,v 1.24 1996/07/30 22:19:42 asami Exp $ # DISTNAME= oneko-1.1b @@ -307,7 +307,7 @@ ftp://ftp.FreeBSD.ORG/pub/FreeBSD/incoming/ will look up the ftp-URL ${MASTER_SITES}, which is set in the Makefile. It will then attempt to fetch the named distribution file with - ${NCFTP}, assuming that the requesting + ${FETCH}, assuming that the requesting site has direct access to the Internet. If that succeeds, it will save the file in ${DISTDIR} for future use and proceed. @@ -363,14 +363,15 @@ ftp://ftp.FreeBSD.ORG/pub/FreeBSD/incoming/ regular extraction actions, and the pre-build script will be executed before the default build rules are done. It is recommended that you use Makefile targets if - possible, because it will be easier for someone to figure - out what kind of non-default action the port requires. + the actions are simple enough, because it will be easier for + someone to figure out what kind of non-default action the + port requires.

The default actions are done by the bsd.port.mk targets `do-<something>'. For example, the commands to extract a port are in the target `do-extract'. If you are not happy with the - default target, and you cannot fix it by redefining the + default target, you can fix it by redefining the `do-<something>' target in your Makefile.

Note that the `main' targets (e.g., extract, @@ -558,7 +559,7 @@ work/foozolix-1.0/ location. Do not forget the trailing slash (/)!

The make macros will try to use this specification for - grabbing the distribution file with ${NCFTP} + grabbing the distribution file with ${FETCH} if they cannot find it already on the system.

It is recommended that you put multiple sites on this list, @@ -1047,7 +1048,7 @@ lib/libtcl.so.7.3 person who wrote this Makefile] # Whom: Satoshi Asami # - # $Id: porting.sgml,v 1.23 1996/07/30 09:35:54 asami Exp $ + # $Id: porting.sgml,v 1.24 1996/07/30 22:19:42 asami Exp $ [ ^^^^ do not worry about this...it will be automatically filled in by CVS when it is committed to our repository] #