freebsd-ports/audio/exaile/files/patch-Makefile
Renato Botelho 6c98b0dd23 audio/exaile: Move manpages to ${PREFIX}/share
Approved by:	portmgr (blanket infrastructure changes)
2024-01-15 16:38:41 -03:00

19 lines
868 B
Text

--- Makefile.orig 2018-02-09 15:54:09 UTC
+++ Makefile
@@ -23,6 +23,7 @@ EXAILELIBDIR = $(DESTDIR)$(LIBINSTALLDIR)/exaile
EXAILESHAREDIR = $(DESTDIR)$(DATADIR)/exaile
EXAILECONFDIR = $(DESTDIR)$(XDGCONFDIR)/exaile
EXAILEMANDIR = $(DESTDIR)$(MANPREFIX)/man
+BASHCOMPDIR = $(ETCDIR)/bash_completion.d
.PHONY: all all_no_locale builddir compile make-install-dirs uninstall \
install install_no_locale install-target locale install-locale \
@@ -206,7 +207,7 @@ po/messages.pot: pot
# dash (Debian's /bin/sh) doesn't support it and exits immediately, so we test it in a subshell.
# The "export LC_ALL=C" disables any locale-dependent sort behavior.
pot:
- ( ( set -o pipefail 2> /dev/null ) && set -o pipefail ; \
+ ( \
export LC_ALL=C && cd po && \
{ find ../xl ../xlgui -name "*.py" | sort && \
find ../data/ui -name "*.ui" | sort && \