- Merge the following from the English version:
r35054 -> r39545 head/ja_JP.eucJP/htdocs/ports/Makefile r39523 -> r39545 head/ja_JP.eucJP/htdocs/ports/index.sgml - Correct link. head/ja_JP.eucJP/htdocs/ports/index.sgml
This commit is contained in:
parent
269afd5f82
commit
67cad25e4b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39552
2 changed files with 7 additions and 6 deletions
ja_JP.eucJP/htdocs/ports
|
@ -1,6 +1,6 @@
|
|||
# $FreeBSD$
|
||||
# The FreeBSD Japanese Documentation Project
|
||||
# Original revision: 1.50
|
||||
# Original revision: r39545
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -103,8 +103,8 @@ all install clean:
|
|||
beforeinstall:
|
||||
.else
|
||||
beforeinstall:
|
||||
${SED} -i "" -e 's,HREF="growth,href="http://www.FreeBSD.org/ports/growth,' index.html
|
||||
${SED} -i "" -e 's,HREF="growth,href="http://www.FreeBSD.org/ports/growth,' references.html
|
||||
${SED} -i "" -e 's,href="growth,href="http://www.FreeBSD.org/ports/growth,' index.html
|
||||
${SED} -i "" -e 's,href="growth,href="http://www.FreeBSD.org/ports/growth,' references.html
|
||||
.endif
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -2,13 +2,14 @@
|
|||
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
|
||||
"http://www.FreeBSD.org/XML/doc/share/sgml/xhtml10-freebsd.dtd" [
|
||||
<!ENTITY title 'FreeBSD Ports について'>
|
||||
<!ENTITY email 'ports'>
|
||||
<!ENTITY % ports.ent SYSTEM "ports.ent">
|
||||
%ports.ent;
|
||||
<!ENTITY email 'ports'>
|
||||
<!ENTITY % statistics.ent SYSTEM "statistics.ent">
|
||||
%statistics.ent;
|
||||
]>
|
||||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original revision: r39523 -->
|
||||
<!-- Original revision: r39545 -->
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<title>&title;</title>
|
||||
|
@ -50,7 +51,7 @@ FreeBSD
|
|||
install</tt>
|
||||
と打つだけです。
|
||||
<!--<a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/ports/ports.tar.gz">-->
|
||||
<a href="http://www.freebsd.org/doc/ja_JP.eucJP/books/handbook/ports-using.html#PORTS-TREE">
|
||||
<a href="http://www.freebsd.org/doc/ja_JP.eucJP/books/handbook/ports-using.html#ports-tree">
|
||||
ports 階層全体</a> をインストールし、
|
||||
すべての ports 一覧のフレームワークをダウンロードしたら、
|
||||
何千ものアプリケーションが、すぐに使えるようになります。
|
||||
|
|
Loading…
Reference in a new issue