aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice.org-3-devel
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2003-03-28 16:56:51 +0800
committermbr <mbr@FreeBSD.org>2003-03-28 16:56:51 +0800
commit6a2645db131a669f90665a8a90e5d3ec8b46601a (patch)
tree5aa6811283df5ff4ffc42b81cae64207e5071dd3 /editors/openoffice.org-3-devel
parent2dc569b341810003ed31b9ddfe7d6ace04c4f905 (diff)
downloadfreebsd-ports-gnome-6a2645db131a669f90665a8a90e5d3ec8b46601a.tar.gz
freebsd-ports-gnome-6a2645db131a669f90665a8a90e5d3ec8b46601a.tar.zst
freebsd-ports-gnome-6a2645db131a669f90665a8a90e5d3ec8b46601a.zip
BSD cp does not have -u option.
Diffstat (limited to 'editors/openoffice.org-3-devel')
-rw-r--r--editors/openoffice.org-3-devel/files/patch-odk+util+makefile.pmk16
1 files changed, 16 insertions, 0 deletions
diff --git a/editors/openoffice.org-3-devel/files/patch-odk+util+makefile.pmk b/editors/openoffice.org-3-devel/files/patch-odk+util+makefile.pmk
new file mode 100644
index 000000000000..2ffebd6b9f61
--- /dev/null
+++ b/editors/openoffice.org-3-devel/files/patch-odk+util+makefile.pmk
@@ -0,0 +1,16 @@
+--- ../odk/util/makefile.pmk.orig Fri Mar 28 07:17:29 2003
++++ ../odk/util/makefile.pmk Fri Mar 28 07:19:02 2003
+@@ -111,8 +111,13 @@
+ XMLOUT=$(SOLARXMLDIR)
+ LIBOUT=$(SOLARLIBDIR)
+
++.IF "$(OS)"=="FREEBSD"
++MY_COPY=$(GNUCOPY)
++MY_COPY_RECURSIVE=$(GNUCOPY) -r
++.ELSE
+ MY_COPY=$(GNUCOPY) -u
+ MY_COPY_RECURSIVE=$(GNUCOPY) -urf
++.ENDIF
+
+ CONVERTTAGSCRIPT=$(SOLARENV)$/bin$/converttags.pl
+