Skip to content

Commit

Permalink
net/kamailio: 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 25, 2024
1 parent c82dff5 commit 01206fc
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 5 deletions.
1 change: 1 addition & 0 deletions net/kamailio/Makefile
@@ -1,5 +1,6 @@
PORTNAME= kamailio
PORTVERSION= 5.7.3
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.kamailio.org/pub/kamailio/${PORTVERSION}/src/
DISTNAME= ${PORTNAME}-${PORTVERSION}_src
Expand Down
20 changes: 20 additions & 0 deletions net/kamailio/files/patch-src_Makefile.defs
@@ -0,0 +1,20 @@
--- src/Makefile.defs.orig 2024-02-25 08:14:20 UTC
+++ src/Makefile.defs
@@ -107,7 +107,7 @@ SUBLEVEL = 3
VERSION = 5
PATCHLEVEL = 7
SUBLEVEL = 3
-EXTRAVERSION =
+EXTRAVERSION =

# memory manager switcher
# 0 - f_malloc (fast malloc)
@@ -496,7 +496,7 @@ ifeq ($(OS), freebsd)

ifeq ($(OS), freebsd)
doc_dir = share/doc/$(MAIN_NAME)/
- man_dir = man/
+ man_dir = share/man/
data_dir = share/$(MAIN_NAME)/
LOCALBASE ?= /usr/local
endif
10 changes: 5 additions & 5 deletions net/kamailio/pkg-plist
Expand Up @@ -599,11 +599,11 @@ lib/kamailio/modules/xhttp_prom.so
lib/kamailio/modules/xhttp_rpc.so
lib/kamailio/modules/xlog.so
lib/kamailio/modules/xprint.so
man/man5/kamailio.cfg.5.gz
man/man8/kamailio.8.gz
man/man8/kamcmd.8.gz
man/man8/kamctl.8.gz
man/man8/kamdbctl.8.gz
share/man/man5/kamailio.cfg.5.gz
share/man/man8/kamailio.8.gz
share/man/man8/kamcmd.8.gz
share/man/man8/kamctl.8.gz
share/man/man8/kamdbctl.8.gz
sbin/kamailio
sbin/kamcmd
sbin/kamctl
Expand Down

0 comments on commit 01206fc

Please sign in to comment.