mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
12 lines
268 B
Plaintext
12 lines
268 B
Plaintext
--- contrib/Makefile.in.orig Wed Aug 19 07:15:49 1998
|
|
+++ contrib/Makefile.in Wed Aug 19 07:16:06 1998
|
|
@@ -28,7 +28,7 @@
|
|
${MKINSTALLDIR} ${sbindir}
|
|
for x in $?; \
|
|
do \
|
|
- ${INSTALL_PROGRAM} $$x ${sbindir}; \
|
|
+ ${INSTALL_SCRIPT} $$x ${sbindir}; \
|
|
done
|
|
|
|
clean:
|