ports/math/gretl/files/patch-plugin_Makefile.in
Pawel Pekala 7f541c6f44 - Add missing NLS option to OPTIONS_DEFINE, LICENSE_FILE
- Register missing dependencies found by stage-qa
- Convert to USES=localbase
- Use options helpers
- Strip gretl-gtk2 plugins
- Regenerate patches with make makepatch, use correct patch naming
2017-06-02 16:42:15 +00:00

18 lines
639 B
Text

--- plugin/Makefile.in.orig 2017-06-01 20:13:36 UTC
+++ plugin/Makefile.in
@@ -354,13 +354,13 @@ $(GRETLLIB):
.PHONY:
install: $(GRETLLIB) $(PLUGINS) $(URCDATA) $(DWDATA) installdirs
- $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) \
+ $(LIBTOOL) --mode=install $(INSTALL_DATA) \
$(PLUGINS) $(DESTDIR)$(plugindir)
$(INSTALL_DATA) $(URCDATA) $(DESTDIR)$(plugindir)/data
$(INSTALL_DATA) $(DWDATA) $(DESTDIR)$(plugindir)/data
install-strip: $(GRETLLIB) $(PLUGINS) installdirs
- $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) -s \
+ $(LIBTOOL) --mode=install $(INSTALL_DATA) -s \
$(PLUGINS) $(DESTDIR)$(plugindir)
installdirs: