aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authormartymac <martymac@FreeBSD.org>2015-07-28 04:24:49 +0800
committermartymac <martymac@FreeBSD.org>2015-07-28 04:24:49 +0800
commitc162c9e8297e765218c6efb3f941557f08e5e891 (patch)
tree9992cb2a8cefe1fc4345e931dc5a6c2edeea83af /games
parentf3a030abc46a4b0256ee69dd4918b96f535a295d (diff)
downloadfreebsd-ports-gnome-c162c9e8297e765218c6efb3f941557f08e5e891.tar.gz
freebsd-ports-gnome-c162c9e8297e765218c6efb3f941557f08e5e891.tar.zst
freebsd-ports-gnome-c162c9e8297e765218c6efb3f941557f08e5e891.zip
Fix build by removing leftover directory
MFH: 2015Q3
Diffstat (limited to 'games')
-rw-r--r--games/belooted/files/patch-po-Makefile.in.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/games/belooted/files/patch-po-Makefile.in.in b/games/belooted/files/patch-po-Makefile.in.in
new file mode 100644
index 000000000000..317fd3e5354e
--- /dev/null
+++ b/games/belooted/files/patch-po-Makefile.in.in
@@ -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 \