diff options
Diffstat (limited to 'net/ct/files/patch-ipsec-udp-Makefile')
-rw-r--r-- | net/ct/files/patch-ipsec-udp-Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net/ct/files/patch-ipsec-udp-Makefile b/net/ct/files/patch-ipsec-udp-Makefile new file mode 100644 index 000000000000..59d8ff2daa19 --- /dev/null +++ b/net/ct/files/patch-ipsec-udp-Makefile @@ -0,0 +1,21 @@ +--- ipsec-udp/Makefile.orig 2013-06-17 01:19:37.000000000 +0900 ++++ ipsec-udp/Makefile 2013-06-17 01:23:46.000000000 +0900 +@@ -3,14 +3,14 @@ + # + # $TAHI: ct/ipsec-udp/Makefile,v 1.2 2003/06/10 10:48:48 akisada Exp $ + # +-INSTALL_DIR=$(PREFIX)/ct/ipsec-udp ++INSTALL_DIR=$(PREFIX)/v6eval/ct/ipsec-udp + FILES = *.def INDEX* *.html 00README .footer *.tmpl + + all: + + install: +- install -d -o bin -g bin -m 755 $(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_DATA} $(FILES) $(INSTALL_DIR) ++ ${BSD_INSTALL_DATA} Makefile.test $(INSTALL_DIR)/Makefile + + .include "Makefile.test" |