1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00

net-im/prosody: Fix PLIST after mandir migration

====> Running Q/A tests (stage-qa)
Warning: Installing man files in /usr/local/man is no longer supported. Consider installing these files in /usr/local/share/man instead.
51537 drwxr-xr-x  3 root  wheel  64 Aug 19 19:46:14 2024 /wrkdirs/usr/ports/net-im/prosody/work/stage/usr/local/man
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: @dir man/man1
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** Error code 1

Approved by:	portmgr (blanket)
This commit is contained in:
Po-Chuan Hsieh 2024-09-05 13:30:21 +08:00
parent 91c24deeff
commit 444a0768a1
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -1,14 +1,5 @@
--- tools/migration/Makefile.orig 2022-03-08 12:34:39 UTC
+++ tools/migration/Makefile
@@ -5,7 +5,7 @@ BIN = $(DESTDIR)$(PREFIX)/bin
CONFIG = $(DESTDIR)$(SYSCONFDIR)
SOURCE = $(DESTDIR)$(LIBDIR)/prosody
DATA = $(DESTDIR)$(DATADIR)
-MAN = $(DESTDIR)$(PREFIX)/share/man
+MAN = $(DESTDIR)$(PREFIX)/man
INSTALLEDSOURCE = $(LIBDIR)/prosody
INSTALLEDCONFIG = $(SYSCONFDIR)
@@ -18,14 +18,14 @@ install: prosody-migrator.install migrator.cfg.lua.ins
install -d $(BIN) $(CONFIG) $(SOURCE)
install -d $(MAN)/man1