mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 10:59:14 -04:00
11 lines
489 B
Text
11 lines
489 B
Text
--- Makefile.orig Tue Nov 15 16:54:01 2005
|
|
+++ Makefile Tue Nov 15 16:54:16 2005
|
|
@@ -45,7 +45,7 @@
|
|
$(INSTALL) -cm 0644 interface/*.tcl $(LIB_DIR)/interface
|
|
$(INSTALL) -cm 0644 script/*.tcl script/*.rc $(LIB_DIR)/script
|
|
$(INSTALL) -cm 0644 script/contrib/*.tcl $(LIB_DIR)/script/contrib
|
|
- $(INSTALL) -cm 0755 mmucl2 $(BIN_DIR)
|
|
+ $(INSTALL) -cm 0755 mmucl2 $(BIN_DIR)/mmucl
|
|
$(INSTALL) -cm 0644 mmucl.info $(INFO_DIR)
|
|
$(INSTALL_INFO) $(INFO_DIR)/mmucl.info --info-dir=$(INFO_DIR)
|
|
|