In one place, bsd.port.mk was not enclosed in <tt></tt>.

Submitted by:	simokawa@sat.t.u-tokyo.ac.jp
This commit is contained in:
Masafumi Max NAKANE 1996-11-04 00:27:07 +00:00
parent 9b26ad21cc
commit e2e7a09936
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19375

View File

@ -1,4 +1,4 @@
<!-- $Id: porting.sgml,v 1.31 1996/10/05 18:36:19 wosch Exp $ -->
<!-- $Id: porting.sgml,v 1.32 1996/10/29 11:55:06 max Exp $ -->
<!-- The FreeBSD Documentation Project -->
<sect1><heading>Porting an existing piece of free software<label id="porting"></heading>
@ -157,7 +157,7 @@ The pattern is the year followed by the month.
# Date created: 5 December 1994
# Whom: asami
#
# $Id: porting.sgml,v 1.31 1996/10/05 18:36:19 wosch Exp $
# $Id: porting.sgml,v 1.32 1996/10/29 11:55:06 max Exp $
#
DISTNAME= oneko-1.1b
@ -922,9 +922,9 @@ FETCH_DEPENDS= ncftp2:${PORTSDIR}/net/ncftp2
<sect3>
<heading>INSTALL_* macros</heading>
<p>Do use the macros provided in bsd.port.mk to ensure correct
modes and ownership of files in your own *-install targets.
They are:
<p>Do use the macros provided in <tt>bsd.port.mk</tt> to
ensure correct modes and ownership of files in your own
*-install targets. They are:
<itemize>
<item><tt>${INSTALL_PROGRAM}</tt> is a command to install
@ -1145,7 +1145,7 @@ lib/libtcl.so.7.3
person who wrote this Makefile]
# Whom: Satoshi Asami <asami@FreeBSD.ORG>
#
# $Id: porting.sgml,v 1.31 1996/10/05 18:36:19 wosch Exp $
# $Id: porting.sgml,v 1.32 1996/10/29 11:55:06 max Exp $
[ ^^^^ do not worry about this, I know it says "porting.sgml"...it
will be automatically filled in by CVS when it is committed to our
repository]