diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-10-21 09:02:08 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-10-21 09:02:08 +0000 |
commit | 403bb5464a5b30c3853b1554265d0c8741c72690 (patch) | |
tree | c828046c732cde09938fa2839d8f8c5d8855f415 /editors/openoffice-devel/files/patch-unoil::makefile.pmk | |
parent | All patches have been repocopied to use + as separator and not "::". (diff) |
All patches will be a repocopy from ports/openoffice/files. Remove old
patches with "::" delimiters.
Notes
Notes:
svn path=/head/; revision=68481
Diffstat (limited to 'editors/openoffice-devel/files/patch-unoil::makefile.pmk')
-rw-r--r-- | editors/openoffice-devel/files/patch-unoil::makefile.pmk | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/editors/openoffice-devel/files/patch-unoil::makefile.pmk b/editors/openoffice-devel/files/patch-unoil::makefile.pmk deleted file mode 100644 index 7febdabf7b4b..000000000000 --- a/editors/openoffice-devel/files/patch-unoil::makefile.pmk +++ /dev/null @@ -1,13 +0,0 @@ ---- ../unoil/makefile.pmk.orig Fri Aug 31 18:04:43 2001 -+++ ../unoil/makefile.pmk Thu Sep 12 12:17:50 2002 -@@ -74,8 +74,8 @@ - JAVAFILESLIST := $(shell +cd $(GENJAVADIR)$/$(PACKAGE) $(COMMANDSEPARATOR) ls *.java) - .ENDIF # "$(L10N_framework)"=="" - --GENJAVAFILES := $(foreach,i,$(JAVAFILESLIST) $(GENJAVADIR)$/$(PACKAGE)$/$i) --GENCLASSFILES := $(foreach,i,$(JAVAFILESLIST:b) $(GENCLASSDIR)$/$(PACKAGE)$/$i.class) -+GENJAVAFILES += $(foreach,i,$(JAVAFILESLIST) $(GENJAVADIR)$/$(PACKAGE)$/$i) -+GENCLASSFILES += $(foreach,i,$(JAVAFILESLIST:b) $(GENCLASSDIR)$/$(PACKAGE)$/$i.class) - - # --- Targets ------------------------------------------------------ - |