summaryrefslogtreecommitdiff
path: root/net/ct/files/patch-robust-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/ct/files/patch-robust-Makefile')
-rw-r--r--net/ct/files/patch-robust-Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/net/ct/files/patch-robust-Makefile b/net/ct/files/patch-robust-Makefile
new file mode 100644
index 000000000000..092a2241b293
--- /dev/null
+++ b/net/ct/files/patch-robust-Makefile
@@ -0,0 +1,24 @@
+--- robust/Makefile.orig 2013-06-17 01:19:37.000000000 +0900
++++ robust/Makefile 2013-06-17 01:23:46.000000000 +0900
+@@ -3,16 +3,16 @@
+ #
+ # $TAHI: ct/robust/Makefile,v 1.5 2001/10/05 06:39:14 masaxmasa Exp $
+ #
+-INSTALL_DIR=$(PREFIX)/ct/robust
++INSTALL_DIR=$(PREFIX)/v6eval/ct/robust
+ XFILES = *.seq
+ FILES = *.def INDEX* *.html .footer
+
+ 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.test"