diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 23:05:26 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 23:05:26 +0000 |
| commit | 39a5b78f8797ded2c50107a77794cd671dff707f (patch) | |
| tree | 39f650e2e85c255908675444e0ce32d9639f251f /net/ct/files/patch-icmp-Makefile | |
| parent | Remove non staged ports without pending PR from net-im and net-mgmt (diff) | |
Remove non staged ports without pending PR from net-p2p, net and news
Notes
Notes:
svn path=/head/; revision=366967
Diffstat (limited to 'net/ct/files/patch-icmp-Makefile')
| -rw-r--r-- | net/ct/files/patch-icmp-Makefile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/net/ct/files/patch-icmp-Makefile b/net/ct/files/patch-icmp-Makefile deleted file mode 100644 index f5dd628d0050..000000000000 --- a/net/ct/files/patch-icmp-Makefile +++ /dev/null @@ -1,21 +0,0 @@ ---- icmp/Makefile.orig 2013-06-17 01:19:37.000000000 +0900 -+++ icmp/Makefile 2013-06-17 01:23:46.000000000 +0900 -@@ -1,13 +1,13 @@ --INSTALL_DIR=$(PREFIX)/ct/icmp -+INSTALL_DIR=$(PREFIX)/v6eval/ct/icmp - 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" |
