mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 04:00:41 -04:00
- 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
11 lines
357 B
Text
11 lines
357 B
Text
--- lib/dot_draw/Makefile.orig 2019-08-11 08:09:47 UTC
|
|
+++ lib/dot_draw/Makefile
|
|
@@ -63,7 +63,7 @@ install: $(PLUGIN_FULLNAME)
|
|
$(INSTALL_LIB)
|
|
ifneq ($(DOCDIR_OLSRD),)
|
|
mkdir -p "$(DOCDIR_OLSRD)"
|
|
- cp -t "$(DOCDIR_OLSRD)" "README_DOT_DRAW" "olsr-topology-view.pl"
|
|
+ cp "README_DOT_DRAW" "olsr-topology-view.pl" "$(DOCDIR_OLSRD)"
|
|
endif
|
|
|
|
uninstall:
|