aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice.org-1.0
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2002-06-04 06:17:18 +0800
committermbr <mbr@FreeBSD.org>2002-06-04 06:17:18 +0800
commitcd9dcf4e170aac8f6b62352650f5944b9ba7dec4 (patch)
treefeff981993d240d91e12bbc3d8a70188ed3f08a7 /editors/openoffice.org-1.0
parent7f1718e7f477add553c00eb39015a24f8991cd95 (diff)
downloadfreebsd-ports-graphics-cd9dcf4e170aac8f6b62352650f5944b9ba7dec4.tar.gz
freebsd-ports-graphics-cd9dcf4e170aac8f6b62352650f5944b9ba7dec4.tar.zst
freebsd-ports-graphics-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/openoffice.org-1.0')
-rw-r--r--editors/openoffice.org-1.0/files/patch-moz::zipped::makefile.mk10
1 files changed, 10 insertions, 0 deletions
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 00000000000..760d34b6dd3
--- /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