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-intro_Makefile | |
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-intro_Makefile')
-rw-r--r-- | net/libunp/files/patch-intro_Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/libunp/files/patch-intro_Makefile b/net/libunp/files/patch-intro_Makefile new file mode 100644 index 000000000000..744bbd971c2e --- /dev/null +++ b/net/libunp/files/patch-intro_Makefile @@ -0,0 +1,10 @@ +--- intro/Makefile.orig Tue Sep 28 11:39:20 1999 ++++ intro/Makefile Tue Sep 28 11:39:35 1999 +@@ -2,7 +2,6 @@ + + PROGS = daytimetcpcli daytimetcpcli1 daytimetcpcli2 daytimetcpcli3 \ + daytimetcpsrv daytimetcpsrv1 daytimetcpsrv2 daytimetcpsrv3 \ +- daytimetcpcliv6 daytimetcpsrvv6 \ + byteorder + + all: ${PROGS} |