opnsense-ports/graphics/urt/files/patch-include__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

21 lines
529 B
Text

--- include/makefile.src.orig Sat Jun 8 00:56:22 1991
+++ include/makefile.src Sat Dec 28 00:45:11 2002
@@ -35,8 +35,8 @@
@sh -c "if test 'x$(DEST)' != x ; then \
if test 'x$(HDRS)' != x ; then eval \
'for hdr in $?; do \
- echo cp \$$hdr $(DEST)/\$$hdr ; \
- cp \$$hdr $(DEST)/\$$hdr; \
+ echo install \$$hdr $(DEST)/\$$hdr ; \
+ ${BSD_INSTALL_DATA} \$$hdr $(DEST)/\$$hdr; \
done' ; \
else \
true ; \
@@ -44,7 +44,6 @@
else \
true ; \
fi"
- touch install
# Nothing to clean
clean: