diff options
Diffstat (limited to 'graphics/urt/files/patch-cnv__tex__makefile.src')
-rw-r--r-- | graphics/urt/files/patch-cnv__tex__makefile.src | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/urt/files/patch-cnv__tex__makefile.src b/graphics/urt/files/patch-cnv__tex__makefile.src new file mode 100644 index 000000000000..55d042e4e1aa --- /dev/null +++ b/graphics/urt/files/patch-cnv__tex__makefile.src @@ -0,0 +1,11 @@ +--- cnv/tex/makefile.src.orig Sat Jun 8 00:57:32 1991 ++++ cnv/tex/makefile.src Sat Dec 28 00:47:13 2002 +@@ -39,7 +39,7 @@ + + install-scripts: $(SCRIPTS) + for pgm in $?; do d=$(DEST)/`basename $$pgm .sh`; \ +- cp $$pgm $$d; chmod +x $$d; done ++ ${BSD_INSTALL_SCRIPT} $$pgm $$d; chmod +x $$d; done + touch install-scripts + + # Default rule for making a program from its .c file. |