svn commit: r50950 - head/ja_JP.eucJP/htdocs/ports
Wolfram Schneider <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
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) _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "[email protected]"