mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 01:46:55 -04:00
- 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
18 lines
639 B
Text
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:
|