--- mip6-ha-20/Makefile.orig	2013-06-17 01:19:37.000000000 +0900
+++ mip6-ha-20/Makefile	2013-06-17 01:23:46.000000000 +0900
@@ -42,16 +42,16 @@
 # $TAHI: ct/mip6-ha-20/Makefile,v 1.3 2003/06/04 07:19:14 akisada Exp $
 #
 
-INSTALL_DIR = $(PREFIX)/ct/mip6-ha-20
+INSTALL_DIR = $(PREFIX)/v6eval/ct/mip6-ha-20
 XFILES      = *.seq *.pm
 FILES       = *.def *.html INDEX .footer *.tmpl
 
 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"
