Fix typo...

${MKDIR}${PREFIX} -> ${MKDIR} ${PREFIX}

I figured I'd commit this here for the sake of consistency, even though
the porter's handbook replaces this section of the chapter.

PR:		18669
Submitted by:	Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
This commit is contained in:
Jim Mock 2000-05-19 17:58:47 +00:00
parent 12c5b4d67d
commit 7e7dc9ec8c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=7219
2 changed files with 4 additions and 4 deletions
en_US.ISO8859-1/books/handbook/ports
en_US.ISO_8859-1/books/handbook/ports

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.98 2000/05/17 18:29:37 nik Exp $
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.99 2000/05/19 07:37:17 murray Exp $
-->
<chapter id="ports">
@ -3755,7 +3755,7 @@ post-install:
<programlisting>
post-install:
.if !defined(NOPORTDOCS)
${MKDIR}${PREFIX}/share/doc/xv
${MKDIR} ${PREFIX}/share/doc/xv
${INSTALL_MAN} ${WRKSRC}/docs/xvdocs.ps ${PREFIX}/share/doc/xv
.endif</programlisting>

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.98 2000/05/17 18:29:37 nik Exp $
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.99 2000/05/19 07:37:17 murray Exp $
-->
<chapter id="ports">
@ -3755,7 +3755,7 @@ post-install:
<programlisting>
post-install:
.if !defined(NOPORTDOCS)
${MKDIR}${PREFIX}/share/doc/xv
${MKDIR} ${PREFIX}/share/doc/xv
${INSTALL_MAN} ${WRKSRC}/docs/xvdocs.ps ${PREFIX}/share/doc/xv
.endif</programlisting>