diff options
Diffstat (limited to 'net/opensips31/files/patch-Makefile.defs')
| -rw-r--r-- | net/opensips31/files/patch-Makefile.defs | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/net/opensips31/files/patch-Makefile.defs b/net/opensips31/files/patch-Makefile.defs deleted file mode 100644 index e2b3896bfa99..000000000000 --- a/net/opensips31/files/patch-Makefile.defs +++ /dev/null @@ -1,31 +0,0 @@ ---- Makefile.defs.orig 2022-08-17 10:29:14 UTC -+++ Makefile.defs -@@ -57,15 +57,16 @@ export makefile_defs - makefile_defs=1 - export makefile_defs - --# main binary name --MAIN_NAME=opensips -- - #version number - VERSION_MAJOR = 3 - VERSION_MINOR = 1 - VERSION_SUBMINOR = 11 - VERSION_BUILD = - -+# main binary name -+NAME_SUFFIX=$(VERSION_MAJOR)$(VERSION_MINOR) -+MAIN_NAME=opensips$(NAME_SUFFIX) -+ - 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 |
