Fix a couple things that tripped up latex output.
This commit is contained in:
parent
135519184a
commit
c44e9a49b7
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=347
3 changed files with 10 additions and 10 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $Id: porting.sgml,v 1.20 1996-05-16 23:18:08 mpp Exp $ -->
|
||||
<!-- $Id: porting.sgml,v 1.21 1996-05-24 19:33:33 jfieber Exp $ -->
|
||||
<!-- The FreeBSD Documentation Project -->
|
||||
|
||||
<sect1><heading>Porting an existing piece of free software<label id="porting"></heading>
|
||||
|
|
@ -156,7 +156,7 @@ The pattern is the year followed by the month.
|
|||
# Date created: 5 December 1994
|
||||
# Whom: asami
|
||||
#
|
||||
# $Id: porting.sgml,v 1.20 1996-05-16 23:18:08 mpp Exp $
|
||||
# $Id: porting.sgml,v 1.21 1996-05-24 19:33:33 jfieber Exp $
|
||||
#
|
||||
|
||||
DISTNAME= oneko-1.1b
|
||||
|
|
@ -890,9 +890,9 @@ FETCH_DEPENDS= ncftp2:${PORTSDIR}/net/ncftp2
|
|||
variables mentioned above, not explicit pathnames. For instance,
|
||||
if your port requires a macro <tt>PAGER</tt> to be the full
|
||||
pathname of <tt>less</tt>, use the compiler flag:
|
||||
`<tt>-DPAGER=\"${PREFIX}/bin/less\"</tt>' (or
|
||||
`<tt>-DPAGER=\"${LOCALBASE}/bin/less\"</tt>' if this is an
|
||||
X port), instead of `<tt>-DPAGER=\"/usr/local/bin/less\"</tt>'.
|
||||
<verb>-DPAGER=\"${PREFIX}/bin/less\"</verb> or
|
||||
<verb>-DPAGER=\"${LOCALBASE}/bin/less\"</verb> if this is an
|
||||
X port, instead of <verb>-DPAGER=\"/usr/local/bin/less\"</verb>.
|
||||
This way it will have a better chance of working if the system
|
||||
administrator has moved the whole `/usr/local' tree somewhere
|
||||
else.
|
||||
|
|
@ -976,7 +976,7 @@ lib/libtcl.so.7.3
|
|||
person who wrote this Makefile]
|
||||
# Whom: Satoshi Asami <asami@FreeBSD.ORG>
|
||||
#
|
||||
# $Id: porting.sgml,v 1.20 1996-05-16 23:18:08 mpp Exp $
|
||||
# $Id: porting.sgml,v 1.21 1996-05-24 19:33:33 jfieber Exp $
|
||||
[ ^^^^ do not worry about this...it will be automatically filled in by CVS
|
||||
when it is committed to our repository]
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue