opnsense-ports/graphics/xd3d/files/patch-Makefile
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

13 lines
412 B
Text

--- Makefile.orig Mon Mar 14 17:07:43 2005
+++ Makefile Fri Oct 7 15:01:40 2005
@@ -15,7 +15,9 @@
all :; make libs ; make utils ; make xgraphic ; make xd3d
-install :; /bin/cp -pidvu $(EXE) ./infps $(INSTALL_DIR)
+install :; \
+$(BSD_INSTALL_PROGRAM) $(EXE) $(INSTALL_DIR) ;\
+$(BSD_INSTALL_SCRIPT) ./infps $(INSTALL_DIR)
libs :; \
cd $(SRCDIR)/qlib ; echo "---- Building utility lib ----" ; make ;\