mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 06:30:29 -04:00
- submitter becomes maintainer - added GCRYPT and MICROHTTPD options - small fixes Changelog: https://www.kamailio.org/pub/kamailio/5.8.4/ChangeLog Release notes: https://www.kamailio.org/w/kamailio-v5-8-0-release-notes/ PR: 283010 Reported by: p5B2EA84B3@t-online.de Approved by: dmitry.wagin@ya.ru (maintainer)
11 lines
282 B
Text
11 lines
282 B
Text
--- src/Makefile.defs.orig 2024-11-12 10:25:56 UTC
|
|
+++ src/Makefile.defs
|
|
@@ -492,7 +492,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
|