From 56e208081c70fbb1753f8422fc38376187d82a97 Mon Sep 17 00:00:00 2001 From: Hiroki Sato Date: Sun, 16 Jun 2013 16:59:34 +0000 Subject: - Fix ownership and permissions of the installed files. - Fix up #!/usr/bin/perl. - Remove v6eval/ct/COPYRIGHT from pkg-plist. --- net/ct/files/patch-router-select-Makefile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 net/ct/files/patch-router-select-Makefile (limited to 'net/ct/files/patch-router-select-Makefile') diff --git a/net/ct/files/patch-router-select-Makefile b/net/ct/files/patch-router-select-Makefile new file mode 100644 index 000000000000..81380fadd5f6 --- /dev/null +++ b/net/ct/files/patch-router-select-Makefile @@ -0,0 +1,22 @@ +--- router-select/Makefile.orig 2013-06-17 01:19:37.000000000 +0900 ++++ router-select/Makefile 2013-06-17 01:23:46.000000000 +0900 +@@ -1,4 +1,4 @@ +-INSTALL_DIR=$(PREFIX)/ct/router-select ++INSTALL_DIR=$(PREFIX)/v6eval/ct/router-select + XFILES = *.seq *.pm + FILES = *.def INDEX* .footer *.html + +@@ -7,9 +7,9 @@ + all: + + install: +- install -d -o bin -g bin -m 755 $(INSTALL_DIR) +- install -c -o bin -g bin -m 555 $(XFILES) $(INSTALL_DIR) +- install -c -o bin -g bin -m 444 $(FILES) $(INSTALL_DIR) +- install -c -o bin -g bin -m 444 Makefile.test $(INSTALL_DIR)/Makefile ++ install -d -m 555 $(INSTALL_DIR) ++ ${BSD_INSTALL_SCRIPT} $(XFILES) $(INSTALL_DIR) ++ ${BSD_INSTALL_DATA} $(FILES) $(INSTALL_DIR) ++ ${BSD_INSTALL_DATA} Makefile.test $(INSTALL_DIR)/Makefile + + .include "../Makefile.inc" -- cgit v1.2.3