aboutsummaryrefslogtreecommitdiff
path: root/graphics/xd3d/files
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2005-10-07 13:21:23 +0000
committerThierry Thomas <thierry@FreeBSD.org>2005-10-07 13:21:23 +0000
commit3a417478ad9b97a84f2e7912d333b2d8acc1dd45 (patch)
tree2ab9fcbb652c51c90ba31c7063921839f436f6a8 /graphics/xd3d/files
parent35ba0d49de3675dcfea693f0b8b74bccb58ebcec (diff)
downloadports-3a417478ad9b97a84f2e7912d333b2d8acc1dd45.tar.gz
ports-3a417478ad9b97a84f2e7912d333b2d8acc1dd45.zip
Notes
Diffstat (limited to 'graphics/xd3d/files')
-rw-r--r--graphics/xd3d/files/patch-Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/xd3d/files/patch-Makefile b/graphics/xd3d/files/patch-Makefile
new file mode 100644
index 000000000000..db3150d351da
--- /dev/null
+++ b/graphics/xd3d/files/patch-Makefile
@@ -0,0 +1,13 @@
+--- 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 ;\