opnsense-ports/graphics/urt/files/patch-cnv__tex__makefile.src
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
380 B
Text

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