ports/math/gretl/files/patch-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

14 lines
312 B
Text

--- Makefile.in.orig 2017-06-01 20:13:36 UTC
+++ Makefile.in
@@ -40,8 +40,9 @@ ifeq ($(use_xdg),yes)
XDGDIR = xdg
endif
-INSTALL_PROGRAM = ${INSTALL} -m 755
-INSTALL_DATA = ${INSTALL} -m 644
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_DATA = @INSTALL_DATA@
export