mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
14 lines
452 B
Plaintext
14 lines
452 B
Plaintext
--- Makefile.in.orig Wed Aug 30 11:43:56 2000
|
|
+++ Makefile.in Wed Aug 30 16:32:22 2000
|
|
@@ -110,8 +110,8 @@
|
|
|
|
# Portable install script (configure doesn't always guess right)
|
|
INSTALL= @srcdir@/install-sh -c
|
|
-INSTALL_PROGRAM=${INSTALL} -m $(EXEMODE)
|
|
-INSTALL_DATA= ${INSTALL} -m $(FILEMODE)
|
|
+INSTALL_PROGRAM=${BSD_INSTALL_SCRIPT}
|
|
+INSTALL_DATA= ${BSD_INSTALL_DATA}
|
|
|
|
# Use this to make a link between python$(VERSION) and python in $(BINDIR)
|
|
LN=@LN@
|