openbsd-ports/net/prosody/patches/patch-makefile
danj fea1d0af5d Update to prosody-0.11.2
"""Quite a bit of changes in this one, most noticeably:
- prosody now ships with BSD Makefiles, so we can drop gmake.
- I have disabled the tests for now, as they now require busted and
  luacheck, of which busted has not been ported yet."""

From Henrik Friedrichsen (Maintainer)
2019-02-07 19:23:39 +00:00

21 lines
504 B
Plaintext

$OpenBSD: patch-makefile,v 1.1 2019/02/07 19:23:39 danj Exp $
Index: makefile
--- makefile.orig
+++ makefile
@@ -1,12 +1,12 @@
include config.unix
-BIN = $(DESTDIR)$(PREFIX)/bin
+BIN = $(DESTDIR)$(PREFIX)/sbin
CONFIG = $(DESTDIR)$(SYSCONFDIR)
MODULES = $(DESTDIR)$(LIBDIR)/prosody/modules
SOURCE = $(DESTDIR)$(LIBDIR)/prosody
DATA = $(DESTDIR)$(DATADIR)
-MAN = $(DESTDIR)$(PREFIX)/share/man
+MAN = $(DESTDIR)$(PREFIX)/man
INSTALLEDSOURCE = $(LIBDIR)/prosody
INSTALLEDCONFIG = $(SYSCONFDIR)