mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
19 lines
640 B
Text
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:
|