ports/sysutils/modules/files/patch-etc__Makefile.in
John Marino d604a8981c sysutils/modules: Upgrade version 3.1.6 => 3.2.10 and support stage
PR:		193308
Submitted by:	Matthieu Volat
Stage fixes:	marino
2014-09-07 09:46:58 +00:00

13 lines
590 B
Text

--- etc/Makefile.in.orig 2014-09-04 14:00:45.808429028 +0200
+++ etc/Makefile.in 2014-09-04 14:02:10.225903882 +0200
@@ -403,8 +403,8 @@
@list='$(EXTRA_scripts)'; for p in $$list; do \
if test -f $$p \
; then \
- echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$p $(DESTDIR)$(prefix)/bin/$$p"; \
- $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$p $(DESTDIR)$(prefix)/bin/$$p; \
+ echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_SCRIPT) $$p $(DESTDIR)$(prefix)/bin/$$p"; \
+ $(INSTALL_PROGRAM_ENV) $(INSTALL_SCRIPT) $$p $(DESTDIR)$(prefix)/bin/$$p; \
else :; fi; \
done