diff options
Diffstat (limited to 'net/ct/files/patch-pmtu-Makefile')
-rw-r--r-- | net/ct/files/patch-pmtu-Makefile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/net/ct/files/patch-pmtu-Makefile b/net/ct/files/patch-pmtu-Makefile deleted file mode 100644 index 35ca0385a878..000000000000 --- a/net/ct/files/patch-pmtu-Makefile +++ /dev/null @@ -1,21 +0,0 @@ ---- pmtu/Makefile.orig 2013-06-17 01:19:37.000000000 +0900 -+++ pmtu/Makefile 2013-06-17 01:23:46.000000000 +0900 -@@ -1,13 +1,13 @@ --INSTALL_DIR=$(PREFIX)/ct/pmtu -+INSTALL_DIR=$(PREFIX)/v6eval/ct/pmtu - XFILES = *.seq *.pm - FILES = *.def INDEX* *.html 00README .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" |