svn commit: r50950 - head/ja_JP.eucJP/htdocs/ports
Wolfram Schneider
wosch at FreeBSD.org
Thu Sep 28 16:53:44 UTC 2017
Author: wosch
Date: Thu Sep 28 16:53:43 2017
New Revision: 50950
URL: https://svnweb.freebsd.org/changeset/doc/50950
Log:
fix include of Makefiles: cleanup *.xml files as well
PR: 222668
Modified:
head/ja_JP.eucJP/htdocs/ports/Makefile.inc0
Modified: head/ja_JP.eucJP/htdocs/ports/Makefile.inc0
==============================================================================
--- head/ja_JP.eucJP/htdocs/ports/Makefile.inc0 Wed Sep 27 23:03:58 2017 (r50949)
+++ head/ja_JP.eucJP/htdocs/ports/Makefile.inc0 Thu Sep 28 16:53:43 2017 (r50950)
@@ -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)
More information about the svn-doc-head
mailing list