diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 21:57:01 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 21:57:01 +0000 |
commit | 65709d5e5e11f599f13e508b8c5f47dfc467b08d (patch) | |
tree | 419da1a0ecfab4c2969492b42c4c33dd4e06c4fa /irc/quirc/files/patch-Makefile.in | |
parent | Rename german/ and graphics/ patch-xy patches to reflect the files they modify. (diff) |
Rename irc/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363262
Diffstat (limited to 'irc/quirc/files/patch-Makefile.in')
-rw-r--r-- | irc/quirc/files/patch-Makefile.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/irc/quirc/files/patch-Makefile.in b/irc/quirc/files/patch-Makefile.in new file mode 100644 index 000000000000..e1d12d473b8f --- /dev/null +++ b/irc/quirc/files/patch-Makefile.in @@ -0,0 +1,20 @@ +--- Makefile.in.orig Tue Jan 13 16:23:10 2004 ++++ Makefile.in Tue Feb 3 23:03:59 2004 +@@ -210,7 +210,7 @@ + target_alias = @target_alias@ + + # Data files +-SUBDIRS = data doc ++SUBDIRS = data + + # Source in order of C, C++, derived C++ + # Removed arlib.c +@@ -709,7 +709,7 @@ + + info-am: + +-install-data-am: install-docDATA ++install-data-am: + + install-exec-am: install-binPROGRAMS install-exec-local + |