mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
37fe4fa53d
PR: 18308 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
14 lines
455 B
Plaintext
14 lines
455 B
Plaintext
--- MkInstal.in.ORIG Sun Apr 30 01:09:58 2000
|
|
+++ MkInstal.in Sun Apr 30 01:10:23 2000
|
|
@@ -10,8 +10,8 @@
|
|
# multiple files at once.
|
|
################################################################
|
|
|
|
-INSTALL = unix/install-sh
|
|
-INSTALL_DATA = /bin/cp
|
|
+INSTALL = $(HACK_INSTALL_DIR)
|
|
+INSTALL_DATA = $(BSD_INSTALL_DATA)
|
|
|
|
install :: install_bin install_lib # the bare minimum
|
|
install :: install_libs # lotsa libraries
|