aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/openoffice-3-devel/Makefile8
-rw-r--r--editors/openoffice-3/Makefile8
-rw-r--r--editors/openoffice.org-2-RC/Makefile8
-rw-r--r--editors/openoffice.org-2-devel/Makefile8
-rw-r--r--editors/openoffice.org-2.0-devel/Makefile8
-rw-r--r--editors/openoffice.org-2.0/Makefile8
-rw-r--r--editors/openoffice.org-2/Makefile8
-rw-r--r--editors/openoffice.org-3-RC/Makefile8
-rw-r--r--editors/openoffice.org-3-devel/Makefile8
-rw-r--r--editors/openoffice.org-3/Makefile8
-rw-r--r--editors/openoffice.org-vcltesttool/Makefile8
11 files changed, 11 insertions, 77 deletions
diff --git a/editors/openoffice-3-devel/Makefile b/editors/openoffice-3-devel/Makefile
index 1ae5f7ed7a2d..c52bb0d454c6 100644
--- a/editors/openoffice-3-devel/Makefile
+++ b/editors/openoffice-3-devel/Makefile
@@ -49,13 +49,7 @@ WITHOUT_CPU_CFLAGS= true
ONLY_FOR_ARCHS= amd64 i386
-# XXX Cut & paste from bsd.port.mk.
-UNAME?= /usr/bin/uname
-.if !defined(ARCH)
-ARCH!= ${UNAME} -p
-.endif
-
-.if ${ARCH} == amd64
+.if ${MACHINE_ARCH} == amd64
BROKEN= "Work in progress"
.endif
diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile
index 626323760b84..a66faf216632 100644
--- a/editors/openoffice-3/Makefile
+++ b/editors/openoffice-3/Makefile
@@ -47,13 +47,7 @@ WITHOUT_CPU_CFLAGS= true
ONLY_FOR_ARCHS= amd64 i386
-# XXX Cut & paste from bsd.port.mk.
-UNAME?= /usr/bin/uname
-.if !defined(ARCH)
-ARCH!= ${UNAME} -p
-.endif
-
-.if ${ARCH} == amd64
+.if ${MACHINE_ARCH} == amd64
BROKEN= "Work in progress"
.endif
diff --git a/editors/openoffice.org-2-RC/Makefile b/editors/openoffice.org-2-RC/Makefile
index 626323760b84..a66faf216632 100644
--- a/editors/openoffice.org-2-RC/Makefile
+++ b/editors/openoffice.org-2-RC/Makefile
@@ -47,13 +47,7 @@ WITHOUT_CPU_CFLAGS= true
ONLY_FOR_ARCHS= amd64 i386
-# XXX Cut & paste from bsd.port.mk.
-UNAME?= /usr/bin/uname
-.if !defined(ARCH)
-ARCH!= ${UNAME} -p
-.endif
-
-.if ${ARCH} == amd64
+.if ${MACHINE_ARCH} == amd64
BROKEN= "Work in progress"
.endif
diff --git a/editors/openoffice.org-2-devel/Makefile b/editors/openoffice.org-2-devel/Makefile
index 1ae5f7ed7a2d..c52bb0d454c6 100644
--- a/editors/openoffice.org-2-devel/Makefile
+++ b/editors/openoffice.org-2-devel/Makefile
@@ -49,13 +49,7 @@ WITHOUT_CPU_CFLAGS= true
ONLY_FOR_ARCHS= amd64 i386
-# XXX Cut & paste from bsd.port.mk.
-UNAME?= /usr/bin/uname
-.if !defined(ARCH)
-ARCH!= ${UNAME} -p
-.endif
-
-.if ${ARCH} == amd64
+.if ${MACHINE_ARCH} == amd64
BROKEN= "Work in progress"
.endif
diff --git a/editors/openoffice.org-2.0-devel/Makefile b/editors/openoffice.org-2.0-devel/Makefile
index 1ae5f7ed7a2d..c52bb0d454c6 100644
--- a/editors/openoffice.org-2.0-devel/Makefile
+++ b/editors/openoffice.org-2.0-devel/Makefile
@@ -49,13 +49,7 @@ WITHOUT_CPU_CFLAGS= true
ONLY_FOR_ARCHS= amd64 i386
-# XXX Cut & paste from bsd.port.mk.
-UNAME?= /usr/bin/uname
-.if !defined(ARCH)
-ARCH!= ${UNAME} -p
-.endif
-
-.if ${ARCH} == amd64
+.if ${MACHINE_ARCH} == amd64
BROKEN= "Work in progress"
.endif
diff --git a/editors/openoffice.org-2.0/Makefile b/editors/openoffice.org-2.0/Makefile
index 626323760b84..a66faf216632 100644
--- a/editors/openoffice.org-2.0/Makefile
+++ b/editors/openoffice.org-2.0/Makefile
@@ -47,13 +47,7 @@ WITHOUT_CPU_CFLAGS= true
ONLY_FOR_ARCHS= amd64 i386
-# XXX Cut & paste from bsd.port.mk.
-UNAME?= /usr/bin/uname
-.if !defined(ARCH)
-ARCH!= ${UNAME} -p
-.endif
-
-.if ${ARCH} == amd64
+.if ${MACHINE_ARCH} == amd64
BROKEN= "Work in progress"
.endif
diff --git a/editors/openoffice.org-2/Makefile b/editors/openoffice.org-2/Makefile
index 626323760b84..a66faf216632 100644
--- a/editors/openoffice.org-2/Makefile
+++ b/editors/openoffice.org-2/Makefile
@@ -47,13 +47,7 @@ WITHOUT_CPU_CFLAGS= true
ONLY_FOR_ARCHS= amd64 i386
-# XXX Cut & paste from bsd.port.mk.
-UNAME?= /usr/bin/uname
-.if !defined(ARCH)
-ARCH!= ${UNAME} -p
-.endif
-
-.if ${ARCH} == amd64
+.if ${MACHINE_ARCH} == amd64
BROKEN= "Work in progress"
.endif
diff --git a/editors/openoffice.org-3-RC/Makefile b/editors/openoffice.org-3-RC/Makefile
index 626323760b84..a66faf216632 100644
--- a/editors/openoffice.org-3-RC/Makefile
+++ b/editors/openoffice.org-3-RC/Makefile
@@ -47,13 +47,7 @@ WITHOUT_CPU_CFLAGS= true
ONLY_FOR_ARCHS= amd64 i386
-# XXX Cut & paste from bsd.port.mk.
-UNAME?= /usr/bin/uname
-.if !defined(ARCH)
-ARCH!= ${UNAME} -p
-.endif
-
-.if ${ARCH} == amd64
+.if ${MACHINE_ARCH} == amd64
BROKEN= "Work in progress"
.endif
diff --git a/editors/openoffice.org-3-devel/Makefile b/editors/openoffice.org-3-devel/Makefile
index 1ae5f7ed7a2d..c52bb0d454c6 100644
--- a/editors/openoffice.org-3-devel/Makefile
+++ b/editors/openoffice.org-3-devel/Makefile
@@ -49,13 +49,7 @@ WITHOUT_CPU_CFLAGS= true
ONLY_FOR_ARCHS= amd64 i386
-# XXX Cut & paste from bsd.port.mk.
-UNAME?= /usr/bin/uname
-.if !defined(ARCH)
-ARCH!= ${UNAME} -p
-.endif
-
-.if ${ARCH} == amd64
+.if ${MACHINE_ARCH} == amd64
BROKEN= "Work in progress"
.endif
diff --git a/editors/openoffice.org-3/Makefile b/editors/openoffice.org-3/Makefile
index 626323760b84..a66faf216632 100644
--- a/editors/openoffice.org-3/Makefile
+++ b/editors/openoffice.org-3/Makefile
@@ -47,13 +47,7 @@ WITHOUT_CPU_CFLAGS= true
ONLY_FOR_ARCHS= amd64 i386
-# XXX Cut & paste from bsd.port.mk.
-UNAME?= /usr/bin/uname
-.if !defined(ARCH)
-ARCH!= ${UNAME} -p
-.endif
-
-.if ${ARCH} == amd64
+.if ${MACHINE_ARCH} == amd64
BROKEN= "Work in progress"
.endif
diff --git a/editors/openoffice.org-vcltesttool/Makefile b/editors/openoffice.org-vcltesttool/Makefile
index 1ae5f7ed7a2d..c52bb0d454c6 100644
--- a/editors/openoffice.org-vcltesttool/Makefile
+++ b/editors/openoffice.org-vcltesttool/Makefile
@@ -49,13 +49,7 @@ WITHOUT_CPU_CFLAGS= true
ONLY_FOR_ARCHS= amd64 i386
-# XXX Cut & paste from bsd.port.mk.
-UNAME?= /usr/bin/uname
-.if !defined(ARCH)
-ARCH!= ${UNAME} -p
-.endif
-
-.if ${ARCH} == amd64
+.if ${MACHINE_ARCH} == amd64
BROKEN= "Work in progress"
.endif