diff options
| author | Bernhard Froehlich <decke@FreeBSD.org> | 2019-10-01 14:43:18 +0000 |
|---|---|---|
| committer | Bernhard Froehlich <decke@FreeBSD.org> | 2019-10-01 14:43:18 +0000 |
| commit | 80701d348420de80007ecd44ac5ce84f4902cbbd (patch) | |
| tree | cacdc4115bc50e5bbae3078c0baf197e83ece64f /net/olsrd/files/patch-Makefile | |
| parent | databases/pspg: Update to 2.1.3 (diff) | |
net/olsrd:
- Update to 0.9.8
- Switch to fetch from GitHub because they don't provide tarballs anymore
- Fix portlint warnings
- Fix some GNUisms (cp -t)
- Fix compile error when RTF_CLONING is not defined
PR: 240563
Submitted by: myself
Approved by: Nikola Kolev <koue@chaosophia.net> (maintainer)
MFH: 2019Q4
Diffstat (limited to 'net/olsrd/files/patch-Makefile')
| -rw-r--r-- | net/olsrd/files/patch-Makefile | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/net/olsrd/files/patch-Makefile b/net/olsrd/files/patch-Makefile index 1a7c1404f2bd..8a0f2ff345ca 100644 --- a/net/olsrd/files/patch-Makefile +++ b/net/olsrd/files/patch-Makefile @@ -1,4 +1,4 @@ ---- Makefile.orig 2016-11-22 19:39:42 UTC +--- Makefile.orig 2019-08-11 08:09:47 UTC +++ Makefile @@ -167,20 +167,17 @@ uninstall_bin: install_olsrd: install_bin @@ -30,3 +30,16 @@ @echo ------------------------------------------- @echo Edit $(CFGFILE) before running olsrd!! @echo ------------------------------------------- +@@ -196,9 +193,10 @@ ifneq ($(RCDIR),) + endif + ifneq ($(DOCDIR_OLSRD),) + mkdir -p "$(DOCDIR_OLSRD)" +- cp -t "$(DOCDIR_OLSRD)" "CHANGELOG" "README-Olsr-Extensions" \ ++ cp "CHANGELOG" "README-Olsr-Extensions" \ + "README-LINUX_NL80211.txt" "files/olsrd.conf.default" \ +- "files/olsrd.conf.default.txt" "license.txt" ++ "files/olsrd.conf.default.txt" "license.txt" \ ++ "$(DOCDIR_OLSRD)" + endif + + uninstall_olsrd: uninstall_bin |
