freebsd-ports/graphics/xd3d/files/patch-Makefile
Thierry Thomas 3a417478ad Upgrade to 8.2.3.
Changelog at <http://www.cmap.polytechnique.fr/~jouve/xd3d/CHANGELOG>.

Reported by:	Fenner's distfile survey
2005-10-07 13:21:23 +00: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 ;\