mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
12 lines
353 B
Plaintext
12 lines
353 B
Plaintext
|
--- 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
|