Skip to content

Commit

Permalink
net-im/prosody: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 24, 2024
1 parent ddda55a commit 758eff8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion net-im/prosody/Makefile
@@ -1,6 +1,6 @@
PORTNAME= prosody
DISTVERSION= 0.12.4
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net-im
MASTER_SITES= https://prosody.im/downloads/source/

Expand Down
9 changes: 0 additions & 9 deletions net-im/prosody/files/patch-GNUmakefile
@@ -1,14 +1,5 @@
--- GNUmakefile.orig 2022-03-08 12:34:39 UTC
+++ GNUmakefile
@@ -6,7 +6,7 @@ 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)
@@ -35,7 +35,7 @@ install-etc: prosody.cfg.lua.install
$(MKDIR) $(CONFIG)
$(MKDIR) $(CONFIG)/certs
Expand Down
2 changes: 1 addition & 1 deletion net-im/prosody/pkg-plist
Expand Up @@ -257,6 +257,6 @@ lib/prosody/util/xml.lua
lib/prosody/util/xmppstream.lua
lib/prosody/util/xpcall.lua
lib/prosody/util/xtemplate.lua
man/man1/prosodyctl.1.gz
share/man/man1/prosodyctl.1.gz
@dir(%%PROSODY_USER%%,%%PROSODY_GROUP%%,) /var/db/prosody
@dir(%%PROSODY_USER%%,%%PROSODY_GROUP%%,) /var/run/prosody

0 comments on commit 758eff8

Please sign in to comment.