ports/textproc/isearch/patches/patch-Makefile

12 lines
362 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- Makefile.orig Thu Dec 5 22:35:46 1996
+++ Makefile Sat Apr 22 01:27:42 2000
@@ -153,7 +153,7 @@ install:
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