Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jul 2015 20:24:50 +0000 (UTC)
From:      Ganael LAPLANCHE <martymac@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393032 - head/games/belooted/files
Message-ID:  <201507272024.t6RKOoWR067747@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: martymac
Date: Mon Jul 27 20:24:49 2015
New Revision: 393032
URL: https://svnweb.freebsd.org/changeset/ports/393032

Log:
  Fix build by removing leftover directory
  
  MFH:		2015Q3

Added:
  head/games/belooted/files/
  head/games/belooted/files/patch-po-Makefile.in.in   (contents, props changed)

Added: head/games/belooted/files/patch-po-Makefile.in.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/belooted/files/patch-po-Makefile.in.in	Mon Jul 27 20:24:49 2015	(r393032)
@@ -0,0 +1,12 @@
+Remove useless directory creation (leaving a locale/ directory behind)
+
+--- po/Makefile.in.in.orig	2015-07-26 20:28:34.000000000 +0000
++++ po/Makefile.in.in	2015-07-26 20:29:04.000000000 +0000
+@@ -97,7 +97,6 @@
+ install-data: install-data-@USE_NLS@
+ install-data-no: all
+ install-data-yes: all
+-	$(mkdir_p) $(DESTDIR)$(itlocaledir)
+ 	if test -n "$(PO_LINGUAS)"; then \
+ 	  linguas="$(PO_LINGUAS)"; \
+ 	else \



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