Fix a typo..
${MKDIR}${PREFIX} -> ${MKDIR} ${PREFIX} PR: 18669 Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
This commit is contained in:
parent
7344f86bd7
commit
12c5b4d67d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=7218
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/porters-handbook/book.sgml,v 1.97 2000/05/09 00:26:12 nik Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/porters-handbook/book.sgml,v 1.98 2000/05/17 18:24:15 nik Exp $
|
||||
-->
|
||||
|
||||
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN" [
|
||||
|
@ -2793,7 +2793,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>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/porters-handbook/book.sgml,v 1.97 2000/05/09 00:26:12 nik Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/porters-handbook/book.sgml,v 1.98 2000/05/17 18:24:15 nik Exp $
|
||||
-->
|
||||
|
||||
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN" [
|
||||
|
@ -2793,7 +2793,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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue