From 713e1b4aa51a9cfcec35fd04e7618c9c2862358c Mon Sep 17 00:00:00 2001 From: Kevin Lo Date: Tue, 12 Jun 2001 14:25:45 +0000 Subject: Update to version 1.5c PR: 28041 Submitted by: Ports Fury --- devel/cxref/files/patch-ae | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 devel/cxref/files/patch-ae (limited to 'devel/cxref/files/patch-ae') diff --git a/devel/cxref/files/patch-ae b/devel/cxref/files/patch-ae new file mode 100644 index 000000000000..05b2db045442 --- /dev/null +++ b/devel/cxref/files/patch-ae @@ -0,0 +1,23 @@ +--- query/Makefile.in.orig Sun Mar 18 19:29:26 2001 ++++ query/Makefile.in Fri May 18 05:55:49 2001 +@@ -27,6 +27,9 @@ + # The installation program. + + INSTALL=@INSTALL@ ++INSTALL_PROGRAM=@INSTALL_PROGRAM@ ++INSTALL_SCRIPT=@INSTALL_SCRIPT@ ++INSTALL_DATA=@INSTALL_DATA@ + + # The C compiler and linker + +@@ -59,8 +62,8 @@ + ######## + + install : cxref-query +- $(INSTALL) -m 755 cxref-query $(bindir) +- $(INSTALL) -m 644 $(srcdir)/README.man $(mandir)/man1/cxref-query.1 ++ $(INSTALL_PROGRAM) cxref-query $(bindir) ++ $(INSTALL_DATA) $(srcdir)/README.man $(mandir)/man1/cxref-query.1 + + install-win32 : cxref-query + $(INSTALL) -m 755 cxref-query.exe $(bindir) -- cgit v1.2.3