1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/graphics/urt/files/patch-cnv::tex::makefile.src
Ying-Chieh Liao c807fd461a fix build on -current
PR:		46600
Submitted by:	Ports Fury
2002-12-29 05:19:29 +00:00

12 lines
380 B
Plaintext

--- 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.