diff options
author | mbr <mbr@FreeBSD.org> | 2002-06-04 06:17:18 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-06-04 06:17:18 +0800 |
commit | cd9dcf4e170aac8f6b62352650f5944b9ba7dec4 (patch) | |
tree | feff981993d240d91e12bbc3d8a70188ed3f08a7 /editors | |
parent | 7f1718e7f477add553c00eb39015a24f8991cd95 (diff) | |
download | freebsd-ports-gnome-cd9dcf4e170aac8f6b62352650f5944b9ba7dec4.tar.gz freebsd-ports-gnome-cd9dcf4e170aac8f6b62352650f5944b9ba7dec4.tar.zst freebsd-ports-gnome-cd9dcf4e170aac8f6b62352650f5944b9ba7dec4.zip |
Work around the broken deliver.pl behaviour on CURRENT. For some very
strange reason (perl bug ?i), deliver does not copy the includes to
the right place, it just skips them. Just copy the includes to the
right place.
Diffstat (limited to 'editors')
3 files changed, 30 insertions, 0 deletions
diff --git a/editors/openoffice-1.0/files/patch-moz::zipped::makefile.mk b/editors/openoffice-1.0/files/patch-moz::zipped::makefile.mk new file mode 100644 index 000000000000..760d34b6dd3e --- /dev/null +++ b/editors/openoffice-1.0/files/patch-moz::zipped::makefile.mk @@ -0,0 +1,10 @@ +--- ../moz/zipped/makefile.mk.orig Tue Jun 4 00:08:23 2002 ++++ ../moz/zipped/makefile.mk Tue Jun 4 00:07:08 2002 +@@ -84,6 +84,7 @@ + + $(MISC)$/unpacked_$(TARGET)_inc : $(OS)$(COM)$(CPU)inc.zip + +unzip -o -d $(INCCOM) $(OS)$(COM)$(CPU)inc.zip && $(TOUCH) $@ ++ +cp -r $(INCCOM)/mozilla ../../solver/$(UPD)/$(INPATH)/inc/mozilla + +chmod -R 775 $(INCCOM) + + .ELSE diff --git a/editors/openoffice.org-1.0/files/patch-moz::zipped::makefile.mk b/editors/openoffice.org-1.0/files/patch-moz::zipped::makefile.mk new file mode 100644 index 000000000000..760d34b6dd3e --- /dev/null +++ b/editors/openoffice.org-1.0/files/patch-moz::zipped::makefile.mk @@ -0,0 +1,10 @@ +--- ../moz/zipped/makefile.mk.orig Tue Jun 4 00:08:23 2002 ++++ ../moz/zipped/makefile.mk Tue Jun 4 00:07:08 2002 +@@ -84,6 +84,7 @@ + + $(MISC)$/unpacked_$(TARGET)_inc : $(OS)$(COM)$(CPU)inc.zip + +unzip -o -d $(INCCOM) $(OS)$(COM)$(CPU)inc.zip && $(TOUCH) $@ ++ +cp -r $(INCCOM)/mozilla ../../solver/$(UPD)/$(INPATH)/inc/mozilla + +chmod -R 775 $(INCCOM) + + .ELSE diff --git a/editors/openoffice/files/patch-moz::zipped::makefile.mk b/editors/openoffice/files/patch-moz::zipped::makefile.mk new file mode 100644 index 000000000000..760d34b6dd3e --- /dev/null +++ b/editors/openoffice/files/patch-moz::zipped::makefile.mk @@ -0,0 +1,10 @@ +--- ../moz/zipped/makefile.mk.orig Tue Jun 4 00:08:23 2002 ++++ ../moz/zipped/makefile.mk Tue Jun 4 00:07:08 2002 +@@ -84,6 +84,7 @@ + + $(MISC)$/unpacked_$(TARGET)_inc : $(OS)$(COM)$(CPU)inc.zip + +unzip -o -d $(INCCOM) $(OS)$(COM)$(CPU)inc.zip && $(TOUCH) $@ ++ +cp -r $(INCCOM)/mozilla ../../solver/$(UPD)/$(INPATH)/inc/mozilla + +chmod -R 775 $(INCCOM) + + .ELSE |