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 /security/tripwire/files/patch-man__man5__Makefile.in | |
parent | editors/fte: update to 20110708 (diff) |
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Diffstat (limited to 'security/tripwire/files/patch-man__man5__Makefile.in')
-rw-r--r-- | security/tripwire/files/patch-man__man5__Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/tripwire/files/patch-man__man5__Makefile.in b/security/tripwire/files/patch-man__man5__Makefile.in new file mode 100644 index 000000000000..1ca27b160c59 --- /dev/null +++ b/security/tripwire/files/patch-man__man5__Makefile.in @@ -0,0 +1,11 @@ +--- man/man5/Makefile.in.orig Tue Nov 22 23:02:51 2005 ++++ man/man5/Makefile.in Fri Jan 6 13:49:39 2006 +@@ -147,7 +147,7 @@ + target_os = @target_os@ + target_vendor = @target_vendor@ + AUTOMAKE_OPTIONS = foreign no-dependencies +-man_MANS = twfiles.5 ++man_MANS = twfiles.5 twconfig.5 twpolicy.5 + all: all-am + + .SUFFIXES: |