mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-13 12:01:19 +02:00
12 lines
380 B
Plaintext
12 lines
380 B
Plaintext
--- layoutex/Makefile.in.orig 2016-03-23 20:56:38 UTC
|
|
+++ layoutex/Makefile.in
|
|
@@ -109,7 +109,7 @@ endif
|
|
install-library: all-local
|
|
$(MKINSTALLDIRS) $(DESTDIR)$(libdir)
|
|
ifneq ($(ENABLE_STATIC),)
|
|
- $(INSTALL-L) $(TARGET) $(DESTDIR)$(libdir)
|
|
+ $(INSTALL_DATA) $(TARGET) $(DESTDIR)$(libdir)
|
|
endif
|
|
ifneq ($(ENABLE_SHARED),)
|
|
$(INSTALL-L) $(FINAL_SO_TARGET) $(DESTDIR)$(libdir)
|