Skip to content

Commit

Permalink
net-im/jabberd: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 17, 2024
1 parent 5b7c121 commit 892fe96
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion net-im/jabberd/Makefile
@@ -1,6 +1,6 @@
PORTNAME= jabberd
PORTVERSION= 2.7.0
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= net-im
MASTER_SITES= https://github.com/jabberd2/jabberd2/releases/download/${PORTNAME}-${DISTVERSION}/ \
LOCAL/matthew/${PORTNAME}
Expand All @@ -25,6 +25,7 @@ OPTIONS_DEFAULT=MYSQL DEBUG
OPTIONS_SUB= yes

GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
INSTALL_TARGET= install-strip
USE_PERL5= run
USE_RC_SUBR= jabberd
Expand Down
10 changes: 5 additions & 5 deletions net-im/jabberd/pkg-plist
Expand Up @@ -104,11 +104,11 @@ lib/jabberd/mod_verify.so.0.0.0
%%MYSQL%%lib/jabberd/storage_mysql.so
%%PGSQL%%lib/jabberd/storage_pgsql.so
%%SQLITE%%lib/jabberd/storage_sqlite.so
man/man8/c2s.8.gz
man/man8/jabberd.8.gz
man/man8/router.8.gz
man/man8/s2s.8.gz
man/man8/sm.8.gz
share/man/man8/c2s.8.gz
share/man/man8/jabberd.8.gz
share/man/man8/router.8.gz
share/man/man8/s2s.8.gz
share/man/man8/sm.8.gz
@dir(%%JABBER_USER%%,%%JABBER_GROUP%%,0700) %%JABBER_RUNDIR%%/db
@dir(%%JABBER_USER%%,%%JABBER_GROUP%%,0700) %%JABBER_RUNDIR%%/logs
@dir(%%JABBER_USER%%,%%JABBER_GROUP%%,0700) %%JABBER_RUNDIR%%/pid
Expand Down

0 comments on commit 892fe96

Please sign in to comment.