aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>2017-09-28 16:53:43 +0000
committerWolfram Schneider <wosch@FreeBSD.org>2017-09-28 16:53:43 +0000
commit6e9e5961edff467519455e226d0e53ba957a89a8 (patch)
tree2a2753ed73d5034dc360612c9adea53ea5ff36f7
parentfe11722698c9e37a4fe3838ec3ee7f470ff5a87b (diff)
downloaddoc-6e9e5961edff467519455e226d0e53ba957a89a8.tar.gz
doc-6e9e5961edff467519455e226d0e53ba957a89a8.zip
fix include of Makefiles: cleanup *.xml files as well
PR: 222668
Notes
Notes: svn path=/head/; revision=50950
-rw-r--r--ja_JP.eucJP/htdocs/ports/Makefile.inc04
1 files changed, 2 insertions, 2 deletions
diff --git a/ja_JP.eucJP/htdocs/ports/Makefile.inc0 b/ja_JP.eucJP/htdocs/ports/Makefile.inc0
index f65c246eb5..2340bcacad 100644
--- a/ja_JP.eucJP/htdocs/ports/Makefile.inc0
+++ b/ja_JP.eucJP/htdocs/ports/Makefile.inc0
@@ -8,8 +8,8 @@
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
-.if exists(../../en/ports/Makefile.inc)
-.include "../../en/ports/Makefile.inc"
+.if exists(../../../en_US.ISO8859-1/htdocs/ports/Makefile.inc)
+.include "../../../en_US.ISO8859-1/htdocs/ports/Makefile.inc"
.endif
.if exists(Makefile.gen)