ports/math/gretl/files/patch-plugin_Makefile.in
Yuri Victorovich 29fd94d80a math/gretl: Update 2021b -> 2021d
Reported by:	portscout
2021-10-02 10:53:58 -07:00

19 lines
640 B
Text

--- plugin/Makefile.in.orig 2021-10-02 03:59:05 UTC
+++ plugin/Makefile.in
@@ -436,14 +436,14 @@ $(GRETLLIB):
.PHONY:
install: $(GRETLLIB) $(PLUGINS) $(URCDATA) $(DWDATA) installdirs
- $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) \
+ $(LIBTOOL) --mode=install $(INSTALL_DATA) \
$(PLUGINS) $(DESTDIR)$(plugindir)
for f in $(PLUGIN_DATA) ; do \
$(INSTALL_DATA) $(topsrc)/plugin/data/$$f \
$(DESTDIR)$(plugindir)/data ; done
install-strip: $(GRETLLIB) $(PLUGINS) installdirs
- $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) -s \
+ $(LIBTOOL) --mode=install $(INSTALL_DATA) -s \
$(PLUGINS) $(DESTDIR)$(plugindir)
installdirs: