svn commit: r393032 - head/games/belooted/files

Ganael LAPLANCHE martymac at FreeBSD.org
Mon Jul 27 20:24:50 UTC 2015


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- at USE_NLS@
+ install-data-no: all
+ install-data-yes: all
+-	$(mkdir_p) $(DESTDIR)$(itlocaledir)
+ 	if test -n "$(PO_LINGUAS)"; then \
+ 	  linguas="$(PO_LINGUAS)"; \
+ 	else \


More information about the svn-ports-head mailing list