openbsd-ports/textproc/isearch/patches/patch-Makefile

13 lines
425 B
Plaintext
Raw Normal View History

$OpenBSD: patch-Makefile,v 1.2 2002/07/26 19:00:15 naddy Exp $
1997-11-17 21:55:28 -05:00
--- Makefile.orig Thu Dec 5 22:35:46 1996
2000-04-21 19:42:10 -04:00
+++ Makefile Sat Apr 22 01:27:42 2000
@@ -153,7 +153,7 @@ install:
1997-11-17 21:55:28 -05:00
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