summaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2002-10-19 10:34:43 +0000
committermbr <mbr@FreeBSD.org>2002-10-19 10:34:43 +0000
commitb70ca617a4d777d225cb61655ff3bc7b1537a82b (patch)
tree1d02f5a39434061e660eddbe667aabf7816b0950 /editors
parent101969da9267e7f611211d3f0a6487e73f356293 (diff)
downloadFreeBSD-ports-b70ca617a4d777d225cb61655ff3bc7b1537a82b.zip
FreeBSD-ports-b70ca617a4d777d225cb61655ff3bc7b1537a82b.tar.gz
ELSE IF -> ELIF
Diffstat (limited to 'editors')
-rw-r--r--editors/openoffice-1.1-devel/files/patch-stlport::makefile.mk2
-rw-r--r--editors/openoffice-1.1/files/patch-stlport::makefile.mk2
-rw-r--r--editors/openoffice-2.0-devel/files/patch-stlport::makefile.mk2
-rw-r--r--editors/openoffice-3-devel/files/patch-stlport::makefile.mk2
-rw-r--r--editors/openoffice-3/files/patch-stlport::makefile.mk2
-rw-r--r--editors/openoffice-devel/files/patch-stlport::makefile.mk2
-rw-r--r--editors/openoffice.org-1.1-devel/files/patch-stlport::makefile.mk2
-rw-r--r--editors/openoffice.org-1.1/files/patch-stlport::makefile.mk2
-rw-r--r--editors/openoffice.org-2-RC/files/patch-stlport::makefile.mk2
-rw-r--r--editors/openoffice.org-2-devel/files/patch-stlport::makefile.mk2
-rw-r--r--editors/openoffice.org-2.0-devel/files/patch-stlport::makefile.mk2
-rw-r--r--editors/openoffice.org-2.0/files/patch-stlport::makefile.mk2
-rw-r--r--editors/openoffice.org-2/files/patch-stlport::makefile.mk2
-rw-r--r--editors/openoffice.org-3-RC/files/patch-stlport::makefile.mk2
-rw-r--r--editors/openoffice.org-3-devel/files/patch-stlport::makefile.mk2
-rw-r--r--editors/openoffice.org-3/files/patch-stlport::makefile.mk2
-rw-r--r--editors/openoffice.org-vcltesttool/files/patch-stlport::makefile.mk2
17 files changed, 17 insertions, 17 deletions
diff --git a/editors/openoffice-1.1-devel/files/patch-stlport::makefile.mk b/editors/openoffice-1.1-devel/files/patch-stlport::makefile.mk
index b819002..0cbbfca 100644
--- a/editors/openoffice-1.1-devel/files/patch-stlport::makefile.mk
+++ b/editors/openoffice-1.1-devel/files/patch-stlport::makefile.mk
@@ -13,7 +13,7 @@
# MacOS X/Darwin need a special makefile
.IF "$(OS)"=="MACOSX"
BUILD_FLAGS=-f gcc-apple-macosx.mak
-+.ELSE IF "$(OS)"=="FREEBSD"
++.ELIF "$(OS)"=="FREEBSD"
+ BUILD_FLAGS=-f gcc-freebsd.mak
.ELSE # "$(OS)"=="MACOSX"
BUILD_FLAGS=-f gcc.mak
diff --git a/editors/openoffice-1.1/files/patch-stlport::makefile.mk b/editors/openoffice-1.1/files/patch-stlport::makefile.mk
index b819002..0cbbfca 100644
--- a/editors/openoffice-1.1/files/patch-stlport::makefile.mk
+++ b/editors/openoffice-1.1/files/patch-stlport::makefile.mk
@@ -13,7 +13,7 @@
# MacOS X/Darwin need a special makefile
.IF "$(OS)"=="MACOSX"
BUILD_FLAGS=-f gcc-apple-macosx.mak
-+.ELSE IF "$(OS)"=="FREEBSD"
++.ELIF "$(OS)"=="FREEBSD"
+ BUILD_FLAGS=-f gcc-freebsd.mak
.ELSE # "$(OS)"=="MACOSX"
BUILD_FLAGS=-f gcc.mak
diff --git a/editors/openoffice-2.0-devel/files/patch-stlport::makefile.mk b/editors/openoffice-2.0-devel/files/patch-stlport::makefile.mk
index b819002..0cbbfca 100644
--- a/editors/openoffice-2.0-devel/files/patch-stlport::makefile.mk
+++ b/editors/openoffice-2.0-devel/files/patch-stlport::makefile.mk
@@ -13,7 +13,7 @@
# MacOS X/Darwin need a special makefile
.IF "$(OS)"=="MACOSX"
BUILD_FLAGS=-f gcc-apple-macosx.mak
-+.ELSE IF "$(OS)"=="FREEBSD"
++.ELIF "$(OS)"=="FREEBSD"
+ BUILD_FLAGS=-f gcc-freebsd.mak
.ELSE # "$(OS)"=="MACOSX"
BUILD_FLAGS=-f gcc.mak
diff --git a/editors/openoffice-3-devel/files/patch-stlport::makefile.mk b/editors/openoffice-3-devel/files/patch-stlport::makefile.mk
index b819002..0cbbfca 100644
--- a/editors/openoffice-3-devel/files/patch-stlport::makefile.mk
+++ b/editors/openoffice-3-devel/files/patch-stlport::makefile.mk
@@ -13,7 +13,7 @@
# MacOS X/Darwin need a special makefile
.IF "$(OS)"=="MACOSX"
BUILD_FLAGS=-f gcc-apple-macosx.mak
-+.ELSE IF "$(OS)"=="FREEBSD"
++.ELIF "$(OS)"=="FREEBSD"
+ BUILD_FLAGS=-f gcc-freebsd.mak
.ELSE # "$(OS)"=="MACOSX"
BUILD_FLAGS=-f gcc.mak
diff --git a/editors/openoffice-3/files/patch-stlport::makefile.mk b/editors/openoffice-3/files/patch-stlport::makefile.mk
index b819002..0cbbfca 100644
--- a/editors/openoffice-3/files/patch-stlport::makefile.mk
+++ b/editors/openoffice-3/files/patch-stlport::makefile.mk
@@ -13,7 +13,7 @@
# MacOS X/Darwin need a special makefile
.IF "$(OS)"=="MACOSX"
BUILD_FLAGS=-f gcc-apple-macosx.mak
-+.ELSE IF "$(OS)"=="FREEBSD"
++.ELIF "$(OS)"=="FREEBSD"
+ BUILD_FLAGS=-f gcc-freebsd.mak
.ELSE # "$(OS)"=="MACOSX"
BUILD_FLAGS=-f gcc.mak
diff --git a/editors/openoffice-devel/files/patch-stlport::makefile.mk b/editors/openoffice-devel/files/patch-stlport::makefile.mk
index b819002..0cbbfca 100644
--- a/editors/openoffice-devel/files/patch-stlport::makefile.mk
+++ b/editors/openoffice-devel/files/patch-stlport::makefile.mk
@@ -13,7 +13,7 @@
# MacOS X/Darwin need a special makefile
.IF "$(OS)"=="MACOSX"
BUILD_FLAGS=-f gcc-apple-macosx.mak
-+.ELSE IF "$(OS)"=="FREEBSD"
++.ELIF "$(OS)"=="FREEBSD"
+ BUILD_FLAGS=-f gcc-freebsd.mak
.ELSE # "$(OS)"=="MACOSX"
BUILD_FLAGS=-f gcc.mak
diff --git a/editors/openoffice.org-1.1-devel/files/patch-stlport::makefile.mk b/editors/openoffice.org-1.1-devel/files/patch-stlport::makefile.mk
index b819002..0cbbfca 100644
--- a/editors/openoffice.org-1.1-devel/files/patch-stlport::makefile.mk
+++ b/editors/openoffice.org-1.1-devel/files/patch-stlport::makefile.mk
@@ -13,7 +13,7 @@
# MacOS X/Darwin need a special makefile
.IF "$(OS)"=="MACOSX"
BUILD_FLAGS=-f gcc-apple-macosx.mak
-+.ELSE IF "$(OS)"=="FREEBSD"
++.ELIF "$(OS)"=="FREEBSD"
+ BUILD_FLAGS=-f gcc-freebsd.mak
.ELSE # "$(OS)"=="MACOSX"
BUILD_FLAGS=-f gcc.mak
diff --git a/editors/openoffice.org-1.1/files/patch-stlport::makefile.mk b/editors/openoffice.org-1.1/files/patch-stlport::makefile.mk
index b819002..0cbbfca 100644
--- a/editors/openoffice.org-1.1/files/patch-stlport::makefile.mk
+++ b/editors/openoffice.org-1.1/files/patch-stlport::makefile.mk
@@ -13,7 +13,7 @@
# MacOS X/Darwin need a special makefile
.IF "$(OS)"=="MACOSX"
BUILD_FLAGS=-f gcc-apple-macosx.mak
-+.ELSE IF "$(OS)"=="FREEBSD"
++.ELIF "$(OS)"=="FREEBSD"
+ BUILD_FLAGS=-f gcc-freebsd.mak
.ELSE # "$(OS)"=="MACOSX"
BUILD_FLAGS=-f gcc.mak
diff --git a/editors/openoffice.org-2-RC/files/patch-stlport::makefile.mk b/editors/openoffice.org-2-RC/files/patch-stlport::makefile.mk
index b819002..0cbbfca 100644
--- a/editors/openoffice.org-2-RC/files/patch-stlport::makefile.mk
+++ b/editors/openoffice.org-2-RC/files/patch-stlport::makefile.mk
@@ -13,7 +13,7 @@
# MacOS X/Darwin need a special makefile
.IF "$(OS)"=="MACOSX"
BUILD_FLAGS=-f gcc-apple-macosx.mak
-+.ELSE IF "$(OS)"=="FREEBSD"
++.ELIF "$(OS)"=="FREEBSD"
+ BUILD_FLAGS=-f gcc-freebsd.mak
.ELSE # "$(OS)"=="MACOSX"
BUILD_FLAGS=-f gcc.mak
diff --git a/editors/openoffice.org-2-devel/files/patch-stlport::makefile.mk b/editors/openoffice.org-2-devel/files/patch-stlport::makefile.mk
index b819002..0cbbfca 100644
--- a/editors/openoffice.org-2-devel/files/patch-stlport::makefile.mk
+++ b/editors/openoffice.org-2-devel/files/patch-stlport::makefile.mk
@@ -13,7 +13,7 @@
# MacOS X/Darwin need a special makefile
.IF "$(OS)"=="MACOSX"
BUILD_FLAGS=-f gcc-apple-macosx.mak
-+.ELSE IF "$(OS)"=="FREEBSD"
++.ELIF "$(OS)"=="FREEBSD"
+ BUILD_FLAGS=-f gcc-freebsd.mak
.ELSE # "$(OS)"=="MACOSX"
BUILD_FLAGS=-f gcc.mak
diff --git a/editors/openoffice.org-2.0-devel/files/patch-stlport::makefile.mk b/editors/openoffice.org-2.0-devel/files/patch-stlport::makefile.mk
index b819002..0cbbfca 100644
--- a/editors/openoffice.org-2.0-devel/files/patch-stlport::makefile.mk
+++ b/editors/openoffice.org-2.0-devel/files/patch-stlport::makefile.mk
@@ -13,7 +13,7 @@
# MacOS X/Darwin need a special makefile
.IF "$(OS)"=="MACOSX"
BUILD_FLAGS=-f gcc-apple-macosx.mak
-+.ELSE IF "$(OS)"=="FREEBSD"
++.ELIF "$(OS)"=="FREEBSD"
+ BUILD_FLAGS=-f gcc-freebsd.mak
.ELSE # "$(OS)"=="MACOSX"
BUILD_FLAGS=-f gcc.mak
diff --git a/editors/openoffice.org-2.0/files/patch-stlport::makefile.mk b/editors/openoffice.org-2.0/files/patch-stlport::makefile.mk
index b819002..0cbbfca 100644
--- a/editors/openoffice.org-2.0/files/patch-stlport::makefile.mk
+++ b/editors/openoffice.org-2.0/files/patch-stlport::makefile.mk
@@ -13,7 +13,7 @@
# MacOS X/Darwin need a special makefile
.IF "$(OS)"=="MACOSX"
BUILD_FLAGS=-f gcc-apple-macosx.mak
-+.ELSE IF "$(OS)"=="FREEBSD"
++.ELIF "$(OS)"=="FREEBSD"
+ BUILD_FLAGS=-f gcc-freebsd.mak
.ELSE # "$(OS)"=="MACOSX"
BUILD_FLAGS=-f gcc.mak
diff --git a/editors/openoffice.org-2/files/patch-stlport::makefile.mk b/editors/openoffice.org-2/files/patch-stlport::makefile.mk
index b819002..0cbbfca 100644
--- a/editors/openoffice.org-2/files/patch-stlport::makefile.mk
+++ b/editors/openoffice.org-2/files/patch-stlport::makefile.mk
@@ -13,7 +13,7 @@
# MacOS X/Darwin need a special makefile
.IF "$(OS)"=="MACOSX"
BUILD_FLAGS=-f gcc-apple-macosx.mak
-+.ELSE IF "$(OS)"=="FREEBSD"
++.ELIF "$(OS)"=="FREEBSD"
+ BUILD_FLAGS=-f gcc-freebsd.mak
.ELSE # "$(OS)"=="MACOSX"
BUILD_FLAGS=-f gcc.mak
diff --git a/editors/openoffice.org-3-RC/files/patch-stlport::makefile.mk b/editors/openoffice.org-3-RC/files/patch-stlport::makefile.mk
index b819002..0cbbfca 100644
--- a/editors/openoffice.org-3-RC/files/patch-stlport::makefile.mk
+++ b/editors/openoffice.org-3-RC/files/patch-stlport::makefile.mk
@@ -13,7 +13,7 @@
# MacOS X/Darwin need a special makefile
.IF "$(OS)"=="MACOSX"
BUILD_FLAGS=-f gcc-apple-macosx.mak
-+.ELSE IF "$(OS)"=="FREEBSD"
++.ELIF "$(OS)"=="FREEBSD"
+ BUILD_FLAGS=-f gcc-freebsd.mak
.ELSE # "$(OS)"=="MACOSX"
BUILD_FLAGS=-f gcc.mak
diff --git a/editors/openoffice.org-3-devel/files/patch-stlport::makefile.mk b/editors/openoffice.org-3-devel/files/patch-stlport::makefile.mk
index b819002..0cbbfca 100644
--- a/editors/openoffice.org-3-devel/files/patch-stlport::makefile.mk
+++ b/editors/openoffice.org-3-devel/files/patch-stlport::makefile.mk
@@ -13,7 +13,7 @@
# MacOS X/Darwin need a special makefile
.IF "$(OS)"=="MACOSX"
BUILD_FLAGS=-f gcc-apple-macosx.mak
-+.ELSE IF "$(OS)"=="FREEBSD"
++.ELIF "$(OS)"=="FREEBSD"
+ BUILD_FLAGS=-f gcc-freebsd.mak
.ELSE # "$(OS)"=="MACOSX"
BUILD_FLAGS=-f gcc.mak
diff --git a/editors/openoffice.org-3/files/patch-stlport::makefile.mk b/editors/openoffice.org-3/files/patch-stlport::makefile.mk
index b819002..0cbbfca 100644
--- a/editors/openoffice.org-3/files/patch-stlport::makefile.mk
+++ b/editors/openoffice.org-3/files/patch-stlport::makefile.mk
@@ -13,7 +13,7 @@
# MacOS X/Darwin need a special makefile
.IF "$(OS)"=="MACOSX"
BUILD_FLAGS=-f gcc-apple-macosx.mak
-+.ELSE IF "$(OS)"=="FREEBSD"
++.ELIF "$(OS)"=="FREEBSD"
+ BUILD_FLAGS=-f gcc-freebsd.mak
.ELSE # "$(OS)"=="MACOSX"
BUILD_FLAGS=-f gcc.mak
diff --git a/editors/openoffice.org-vcltesttool/files/patch-stlport::makefile.mk b/editors/openoffice.org-vcltesttool/files/patch-stlport::makefile.mk
index b819002..0cbbfca 100644
--- a/editors/openoffice.org-vcltesttool/files/patch-stlport::makefile.mk
+++ b/editors/openoffice.org-vcltesttool/files/patch-stlport::makefile.mk
@@ -13,7 +13,7 @@
# MacOS X/Darwin need a special makefile
.IF "$(OS)"=="MACOSX"
BUILD_FLAGS=-f gcc-apple-macosx.mak
-+.ELSE IF "$(OS)"=="FREEBSD"
++.ELIF "$(OS)"=="FREEBSD"
+ BUILD_FLAGS=-f gcc-freebsd.mak
.ELSE # "$(OS)"=="MACOSX"
BUILD_FLAGS=-f gcc.mak
OpenPOWER on IntegriCloud