diff options
author | Steve Price <steve@FreeBSD.org> | 1999-09-27 02:36:51 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-09-27 02:36:51 +0000 |
commit | 2b013a1bf40587d7b7f88cbfad08b7f5987b072e (patch) | |
tree | 34f1ed8b9a009c95e7cf55ccecbd630d842af7ce /devel/cxref/files/patch-ad | |
parent | Fix a few nits, update MASTER_SITE, 5.10-std set of fonts. (diff) |
Update to version 1.5a and add the WWW site to the DESCR.
PR: 13599
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=21986
Diffstat (limited to 'devel/cxref/files/patch-ad')
-rw-r--r-- | devel/cxref/files/patch-ad | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/cxref/files/patch-ad b/devel/cxref/files/patch-ad new file mode 100644 index 000000000000..07e1c799096d --- /dev/null +++ b/devel/cxref/files/patch-ad @@ -0,0 +1,23 @@ +--- Makefile.in.orig Fri May 21 03:48:04 1999 ++++ Makefile.in Sun Sep 5 15:41:44 1999 +@@ -115,14 +115,13 @@ + + ######## + +-install : programs +- [ -d $(bindir) ] || $(INSTALL) -d $(bindir) +- $(INSTALL) -m 755 cxref-inst $(bindir)/cxref +- $(INSTALL) -m 755 cxref-cc $(bindir) +- [ -d $(mandir)/man1 ] || $(INSTALL) -d $(mandir)/man1 ++install : cxref-query cxref-inst ++ $(INSTALL) -c -m 755 cxref-inst $(bindir)/cxref ++ $(INSTALL) -c -m 755 query/cxref-query $(bindir) ++ [ ! -x cpp/cxref-cpp ] || $(INSTALL) -m 755 cpp/cxref-cpp $(bindir) + $(INSTALL) -m 644 README.man $(mandir)/man1/cxref.1 +- cd cpp && $(MAKE) install +- cd query && $(MAKE) install ++ $(INSTALL) -m 644 query/README.man $(mandir)/man1/cxref-query.1 ++ [ ! -x cpp/cxref-cpp ] || $(INSTALL) -m 644 cpp/README.man $(mandir)/man1/cxref-cpp.1 + + install-win32 : programs + [ -d $(bindir) ] || $(INSTALL) -d $(bindir) |