diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2003-04-12 15:27:26 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2003-04-12 15:27:26 +0000 |
commit | d34db2531e43837f51e081c689a516454e12b7d3 (patch) | |
tree | 15d763094e359f4bb9996e5005e2754b2dde5bed /editors/openoffice-1.1 | |
parent | f034777d64b60b7f2ef360ba98d676b2a5cd2f16 (diff) | |
download | ports-d34db2531e43837f51e081c689a516454e12b7d3.tar.gz ports-d34db2531e43837f51e081c689a516454e12b7d3.zip |
Allow building the slave ports too.
Submitted by: maho
Notes
Notes:
svn path=/head/; revision=78798
Diffstat (limited to 'editors/openoffice-1.1')
-rw-r--r-- | editors/openoffice-1.1/files/patch-instsetoo+util+makefile.mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/openoffice-1.1/files/patch-instsetoo+util+makefile.mk b/editors/openoffice-1.1/files/patch-instsetoo+util+makefile.mk new file mode 100644 index 000000000000..48f019d5484b --- /dev/null +++ b/editors/openoffice-1.1/files/patch-instsetoo+util+makefile.mk @@ -0,0 +1,13 @@ +--- ../instsetoo/util/makefile.mk.orig Sat Apr 12 15:24:45 2003 ++++ ../instsetoo/util/makefile.mk Sat Apr 12 15:24:55 2003 +@@ -87,9 +87,7 @@ + + .IF "$(alllangext)"!="" + +-#pack: $(foreach,i,$(alllangext) pack_$i) +-#temp mh only 49 and 01 for the moment +-pack: pack_01 pack_49 ++pack: $(foreach,i,$(alllangext) pack_$i) + + pack_%: + +-$(MKDIRHIER) $(INSTALLDIR)$/$(@:s/pack_//)$/normal |