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 cccd7a8e2f
commit f68add2154
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=640

View file

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