diff options
Diffstat (limited to 'net/tcpdstat/files/patch-Makefile')
-rw-r--r-- | net/tcpdstat/files/patch-Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/tcpdstat/files/patch-Makefile b/net/tcpdstat/files/patch-Makefile deleted file mode 100644 index 21f05ffd6702..000000000000 --- a/net/tcpdstat/files/patch-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.orig 2014-06-24 12:55:40.174706872 +0800 -+++ Makefile 2014-06-24 12:55:48.621709202 +0800 -@@ -11,7 +11,7 @@ INCLUDES= -I. $(SYS_INCLUDES) - all: $(PROGS) - - install: $(PROGS) -- $(INSTALL) $(COPY) -m 0755 $(PROGS) $(PREFIX)/bin -+ $(INSTALL) $(COPY) -m 0755 $(PROGS) $(DESTDIR)$(PREFIX)/bin - - tcpdstat: $(OBJS) - $(CC) $(CFLAGS) $(INCLUDES) $(DEFINES) -o $@ $(OBJS) -lpcap -lm $(SYS_LIBS) |