Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Sep 2017 16:53:43 +0000 (UTC)
From:      Wolfram Schneider <wosch@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r50950 - head/ja_JP.eucJP/htdocs/ports
Message-ID:  <201709281653.v8SGrhS2050751@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709281653.v8SGrhS2050751>