summaryrefslogtreecommitdiff
path: root/net/olsrd/files/patch-Makefile
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2016-06-23 16:31:57 +0000
committerPawel Pekala <pawel@FreeBSD.org>2016-06-23 16:31:57 +0000
commit25d1af28796b423d232c9a04deed154935b22366 (patch)
tree2cfed139937c79e22ed81aa87ecfa3c0181cd590 /net/olsrd/files/patch-Makefile
parentUpdate to 1.27. Sort plist, add NO_ARCH, and remove author-only TEST_DEPENDS. (diff)
- Update to version 0.9.0.3 [1]
- Add LICENSE [1] - Transfer maintainership to submitter - Use helpers for architecture specific CFLAGS PR: 210161 [1] Submitted by: Nikola Kolev
Diffstat (limited to 'net/olsrd/files/patch-Makefile')
-rw-r--r--net/olsrd/files/patch-Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/net/olsrd/files/patch-Makefile b/net/olsrd/files/patch-Makefile
index 9d15d0318245..6f27dade7769 100644
--- a/net/olsrd/files/patch-Makefile
+++ b/net/olsrd/files/patch-Makefile
@@ -1,7 +1,7 @@
---- Makefile.orig 2014-06-02 12:15:27.000000000 +0200
-+++ Makefile 2014-06-07 21:42:39.688352979 +0200
-@@ -128,15 +128,15 @@
- uninstall: uninstall_olsrd
+--- Makefile.orig 2015-09-20 12:22:23 UTC
++++ Makefile
+@@ -143,15 +143,15 @@ cfgparser_clean:
+ $(MAKECMDPREFIX)$(MAKECMD) -C $(CFGDIR) clean
install_bin:
- mkdir -p $(SBINDIR)
@@ -23,7 +23,7 @@
fi
endif
-@@ -147,29 +147,26 @@
+@@ -162,29 +162,26 @@ uninstall_bin:
install_olsrd: install_bin
@echo ========= C O N F I G U R A T I O N - F I L E ============
@echo $(EXENAME) uses the configfile $(CFGFILE)
@@ -65,9 +65,9 @@
+ mkdir -p ${DESTDIR}$(MANDIR)/man5/
+ cp files/olsrd.conf.5.gz ${DESTDIR}$(MANDIR)/man5/$(CFGNAME).5.gz
endif
-
- uninstall_olsrd: uninstall_bin
-@@ -217,7 +214,7 @@
+ ifneq ($(RCDIR),)
+ cp $(RCFILE) $(RCDIR)/olsrd
+@@ -239,7 +236,7 @@ libs_clean clean_libs:
-for dir in $(SUBDIRS);do $(MAKECMD) -C lib/$$dir LIBDIR=$(LIBDIR) clean;rm -f lib/$$dir/*.so lib/$$dir/*.dll;done
libs_install install_libs: