summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.0/files
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-09-12 10:20:40 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-09-12 10:20:40 +0000
commitef353cdfc840e8838f9ea926a4d9e2eeab611d0e (patch)
treed7933b4e0652dc2b20513c543e10e40636cd4795 /editors/openoffice-1.0/files
parentI agree with the Exim community that the exim-4.xx has reached production (diff)
Add += also to GENJAVAFILES.
Notes
Notes: svn path=/head/; revision=66191
Diffstat (limited to 'editors/openoffice-1.0/files')
-rw-r--r--editors/openoffice-1.0/files/patch-unoil+makefile.pmk10
-rw-r--r--editors/openoffice-1.0/files/patch-unoil::makefile.pmk10
2 files changed, 12 insertions, 8 deletions
diff --git a/editors/openoffice-1.0/files/patch-unoil+makefile.pmk b/editors/openoffice-1.0/files/patch-unoil+makefile.pmk
index 6f1ce632cbe3..7febdabf7b4b 100644
--- a/editors/openoffice-1.0/files/patch-unoil+makefile.pmk
+++ b/editors/openoffice-1.0/files/patch-unoil+makefile.pmk
@@ -1,10 +1,12 @@
---- ../unoil/makefile.pmk Wed Sep 11 11:50:42 2002
-+++ ../unoil/makefile.pmk.orig Wed Sep 11 11:50:26 2002
-@@ -75,7 +75,7 @@
+--- ../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)
+-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 ------------------------------------------------------
diff --git a/editors/openoffice-1.0/files/patch-unoil::makefile.pmk b/editors/openoffice-1.0/files/patch-unoil::makefile.pmk
index 6f1ce632cbe3..7febdabf7b4b 100644
--- a/editors/openoffice-1.0/files/patch-unoil::makefile.pmk
+++ b/editors/openoffice-1.0/files/patch-unoil::makefile.pmk
@@ -1,10 +1,12 @@
---- ../unoil/makefile.pmk Wed Sep 11 11:50:42 2002
-+++ ../unoil/makefile.pmk.orig Wed Sep 11 11:50:26 2002
-@@ -75,7 +75,7 @@
+--- ../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)
+-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 ------------------------------------------------------