diff options
author | mbr <mbr@FreeBSD.org> | 2003-03-28 08:56:51 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2003-03-28 08:56:51 +0000 |
commit | 6a2645db131a669f90665a8a90e5d3ec8b46601a (patch) | |
tree | 5aa6811283df5ff4ffc42b81cae64207e5071dd3 /editors/openoffice-3 | |
parent | 2dc569b341810003ed31b9ddfe7d6ace04c4f905 (diff) | |
download | FreeBSD-ports-6a2645db131a669f90665a8a90e5d3ec8b46601a.zip FreeBSD-ports-6a2645db131a669f90665a8a90e5d3ec8b46601a.tar.gz |
BSD cp does not have -u option.
Diffstat (limited to 'editors/openoffice-3')
-rw-r--r-- | editors/openoffice-3/files/patch-odk+util+makefile.pmk | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/editors/openoffice-3/files/patch-odk+util+makefile.pmk b/editors/openoffice-3/files/patch-odk+util+makefile.pmk new file mode 100644 index 0000000..2ffebd6 --- /dev/null +++ b/editors/openoffice-3/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 + |