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, 0 insertions, 11 deletions
diff --git a/graphics/urt/files/patch-cnv__tex__makefile.src b/graphics/urt/files/patch-cnv__tex__makefile.src deleted file mode 100644 index 55d042e4e1aa..000000000000 --- a/graphics/urt/files/patch-cnv__tex__makefile.src +++ /dev/null @@ -1,11 +0,0 @@ ---- 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. |