1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/devel/cxref/files/patch-ae
Kirill Ponomarev fae0138c3f Update to version 1.6
PR:		ports/72316
Submitted by:	Ports Fury
2004-10-12 10:25:34 +00:00

25 lines
742 B
Plaintext

--- query/Makefile.in.orig Wed Jun 23 02:31:53 2004
+++ query/Makefile.in Fri Oct 1 21:01:20 2004
@@ -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
@@ -49,9 +52,9 @@
install : cxref-query
[ -d $(bindir) ] || $(INSTALL) -d $(bindir)
- $(INSTALL) -m 755 cxref-query $(bindir)
+ $(INSTALL_PROGRAM) cxref-query $(bindir)
[ -d $(mandir)/man1 ] || $(INSTALL) -d $(mandir)/man1
- $(INSTALL) -m 644 $(srcdir)/README.man $(mandir)/man1/cxref-query.1
+ $(INSTALL_DATA) $(srcdir)/README.man $(mandir)/man1/cxref-query.1
install-win32 : cxref-query
[ -d $(bindir) ] || $(INSTALL) -d $(bindir)