diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-02-17 09:54:03 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-02-17 09:54:03 +0000 |
commit | afb72cdea0b30399fcfcacf3f5a095294cb0c10c (patch) | |
tree | 1148751cceb59d885f75d53472ed401b005a9cbc /textproc/isearch/files | |
parent | d53535a9ea470ab7969db3b1b5898b745e6d1223 (diff) |
Notes
Diffstat (limited to 'textproc/isearch/files')
-rw-r--r-- | textproc/isearch/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/isearch/files/patch-aa b/textproc/isearch/files/patch-aa new file mode 100644 index 000000000000..1cf4cd26e438 --- /dev/null +++ b/textproc/isearch/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.orig Thu Dec 5 22:35:46 1996 ++++ Makefile Mon Feb 17 10:42:51 1997 +@@ -153,7 +153,7 @@ + cp $(BIN_DIR)/Iindex $(INSTALL)/. + cp $(BIN_DIR)/Isearch $(INSTALL)/. + cp $(BIN_DIR)/Iutil $(INSTALL)/. +- cd $(CGI_DIR); make install ++# cd $(CGI_DIR); make install + + srcdist: + make -i distclean;cd ..;tar cvf $(DIST).tar $(DIST);gzip $(DIST).tar |