mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
9e9828d767
PR: 20416 Submitted by: Ports Fury
12 lines
350 B
Plaintext
12 lines
350 B
Plaintext
--- src/main/Makefile.orig Thu Jan 20 00:59:33 2000
|
|
+++ src/main/Makefile Sat Aug 5 02:43:15 2000
|
|
@@ -32,7 +32,7 @@
|
|
install:: $(BINS)
|
|
@echo Installing binaries in $(BIN_DIR)...
|
|
@[ -d $(BIN_DIR) ] || mkdir -p $(BIN_DIR)
|
|
- $(INSTALL) -s -m755 $(BINS) $(BIN_DIR)
|
|
+ $(INSTALL_PROGRAM) $(BINS) $(BIN_DIR)
|
|
|
|
$(OBJS): ../../Makefile.rules Makefile
|
|
|