diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 01:59:16 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 01:59:16 +0000 |
commit | 69ea23ed7175d5c34a21bba1ef9262f311c69284 (patch) | |
tree | e2e604e83659be7f58596e80b3cf18e9d7d06dae /net/libunp/files/patch-ae | |
parent | Stage net-mgmt/routers2 and cleanup (diff) |
Rename net/ patch-xy patches to reflect the files they modify.
Approve by: portmgr (not really, but one of these is modifying
an unstaged port)
Notes
Notes:
svn path=/head/; revision=363285
Diffstat (limited to 'net/libunp/files/patch-ae')
-rw-r--r-- | net/libunp/files/patch-ae | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/net/libunp/files/patch-ae b/net/libunp/files/patch-ae deleted file mode 100644 index 9702ebe43672..000000000000 --- a/net/libunp/files/patch-ae +++ /dev/null @@ -1,10 +0,0 @@ ---- traceroute/Makefile.orig Tue Sep 28 11:41:09 1999 -+++ traceroute/Makefile Tue Sep 28 11:41:17 1999 -@@ -1,6 +1,6 @@ - include ../Make.defines - --OBJS = main.o icmpcode_v4.o icmpcode_v6.o recv_v4.o recv_v6.o \ -+OBJS = main.o icmpcode_v4.o recv_v4.o \ - sig_alrm.o traceloop.o tv_sub.o - PROGS = traceroute - |