diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
commit | 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch) | |
tree | 0cfc4f0736babb895eb97a65c6defe632a0249c7 /net/rude/files/patch-rude__Makefile.in | |
parent | editors/fte: update to 20110708 (diff) |
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Diffstat (limited to 'net/rude/files/patch-rude__Makefile.in')
-rw-r--r-- | net/rude/files/patch-rude__Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/rude/files/patch-rude__Makefile.in b/net/rude/files/patch-rude__Makefile.in new file mode 100644 index 000000000000..361cd96a7929 --- /dev/null +++ b/net/rude/files/patch-rude__Makefile.in @@ -0,0 +1,11 @@ +--- rude/Makefile.in.orig Thu Jun 13 14:15:21 2002 ++++ rude/Makefile.in Tue Jun 24 11:26:06 2003 +@@ -19,7 +19,7 @@ + sbindir = @sbindir@ + srcdir = @srcdir@ + +-INSTALL = @INSTALL@ -o root -g root -m 0755 ++INSTALL = @INSTALL@ -o root -g wheel -m 0755 + VPATH = @srcdir@ + + CC = @CC@ |