diff options
Diffstat (limited to 'net/v6eval/files/patch-bin-remotes-Makefile')
-rw-r--r-- | net/v6eval/files/patch-bin-remotes-Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net/v6eval/files/patch-bin-remotes-Makefile b/net/v6eval/files/patch-bin-remotes-Makefile new file mode 100644 index 000000000000..06aa2480ad93 --- /dev/null +++ b/net/v6eval/files/patch-bin-remotes-Makefile @@ -0,0 +1,19 @@ +--- bin/remotes/Makefile.orig 2013-06-17 00:08:29.000000000 +0900 ++++ bin/remotes/Makefile 2013-06-17 00:17:24.000000000 +0900 +@@ -46,13 +46,13 @@ + SUBDIR= unknown \ + manual + +-PREFIX=/usr/local/v6eval ++PREFIX?=/usr/local + DOCFILES=00README + + depend: + + afterinstall: +- install -d -o bin -g bin -m 755 $(PREFIX)/bin +- install -c -o bin -g bin -m 444 $(DOCFILES) $(PREFIX)/bin/ ++ install -d -m 555 $(PREFIX)/v6eval/bin ++ ${BSD_INSTALL_DATA} $(DOCFILES) $(PREFIX)/v6eval/bin/ + + .include <bsd.subdir.mk> |