mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 19:20:36 -04:00
11 lines
433 B
Text
11 lines
433 B
Text
--- makefile.in.orig Wed Jan 24 00:15:20 2001
|
|
+++ makefile.in Sat Dec 15 13:24:16 2001
|
|
@@ -279,7 +279,7 @@
|
|
done
|
|
$(mkinstalldirs) $(bindir)
|
|
@echo Installing allegro-config to $(bindir)
|
|
- @$(INSTALL_PROGRAM) allegro-config $(bindir)
|
|
+ @$(INSTALL) allegro-config $(bindir)
|
|
@if test -n "$(LIBDIR)/liball*-$(shared_version).so"; then \
|
|
grep -q $(libdir) /etc/ld.so.conf && ($(LDCONFIG) $(libdir) || true) || (\
|
|
echo "" ; \
|