Skip to content

Commit

Permalink
net/opensips31: 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 fc29a87 commit 5aed87b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion net/opensips31/Makefile
@@ -1,6 +1,6 @@
PORTNAME= opensips31
DISTVERSION= 3.1.11
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= https://opensips.org/pub/opensips/${DISTVERSION}/
DISTNAME= opensips-${DISTVERSION}
Expand Down
11 changes: 10 additions & 1 deletion net/opensips31/files/patch-Makefile.defs
@@ -1,4 +1,4 @@
--- Makefile.defs.orig 2022-06-22 11:35:15 UTC
--- Makefile.defs.orig 2022-08-17 10:29:14 UTC
+++ Makefile.defs
@@ -57,15 +57,16 @@ export makefile_defs
makefile_defs=1
Expand All @@ -20,3 +20,12 @@
ifneq (,$(VERSION_BUILD))
RELEASE=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_SUBMINOR)-$(VERSION_BUILD)
else
@@ -361,7 +362,7 @@ ifeq ($(OS), freebsd)
else
ifeq ($(OS), freebsd)
doc_dir = share/doc/$(MAIN_NAME)/
- man_dir = man/
+ man_dir = share/man/
data_dir = share/$(MAIN_NAME)/
LOCALBASE ?= $(SYSBASE)/local
md5sum_cmd = md5
4 changes: 2 additions & 2 deletions net/opensips31/pkg-plist
Expand Up @@ -180,8 +180,8 @@ lib/opensips31/perl/OpenSIPS/VDB/ReqCond.pm
lib/opensips31/perl/OpenSIPS/VDB/Result.pm
lib/opensips31/perl/OpenSIPS/VDB/VTab.pm
lib/opensips31/perl/OpenSIPS/VDB/Value.pm
man/man5/opensips31.cfg.5.gz
man/man8/opensips31.8.gz
share/man/man5/opensips31.cfg.5.gz
share/man/man8/opensips31.8.gz
sbin/opensips31
sbin/osipsconfig31
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
Expand Down

0 comments on commit 5aed87b

Please sign in to comment.