diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 16:28:02 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 16:28:02 +0000 |
commit | 1f5aafceb1de3a36ba60465f46c1ced40e7cb38b (patch) | |
tree | 7b046cc88dfd6bda85731c3df197fae0844222a8 /devel/cxref/files/patch-src_Makefile.in | |
parent | Support STAGE (diff) |
Rename devel/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'devel/cxref/files/patch-src_Makefile.in')
-rw-r--r-- | devel/cxref/files/patch-src_Makefile.in | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/cxref/files/patch-src_Makefile.in b/devel/cxref/files/patch-src_Makefile.in new file mode 100644 index 000000000000..4cedaaeb7b5f --- /dev/null +++ b/devel/cxref/files/patch-src_Makefile.in @@ -0,0 +1,23 @@ +--- src/Makefile.in.orig Sun Feb 6 04:35:02 2005 ++++ src/Makefile.in Wed May 4 14:16:28 2005 +@@ -26,6 +26,9 @@ + # The installation program. + + INSTALL=@INSTALL@ ++INSTALL_PROGRAM=@INSTALL_PROGRAM@ ++INSTALL_SCRIPT=@INSTALL_SCRIPT@ ++INSTALL_DATA=@INSTALL_DATA@ + + # The C compiler and linker + +@@ -69,8 +72,8 @@ + + install : programs + [ -d $(bindir) ] || $(INSTALL) -d $(bindir) +- $(INSTALL) -m 755 cxref-inst $(bindir)/cxref +- $(INSTALL) -m 755 $(srcdir)/cxref-cc $(bindir) ++ $(INSTALL_PROGRAM) cxref-inst $(bindir)/cxref ++ $(INSTALL_SCRIPT) $(srcdir)/cxref-cc $(bindir) + + install-win32 : programs + [ -d $(bindir) ] || $(INSTALL) -d $(bindir) |