mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
net/kamailio: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
c82dff521a
commit
01206fc9f5
@ -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
|
||||
|
20
net/kamailio/files/patch-src_Makefile.defs
Normal file
20
net/kamailio/files/patch-src_Makefile.defs
Normal file
@ -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
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user