diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2004-12-08 23:50:03 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2004-12-08 23:50:03 +0000 |
commit | fe4b9508d04839535d6be011c5d0b3b7b1276957 (patch) | |
tree | 5dc4cc113a6e88e2ade1f390fbaaf8539e766b02 | |
parent | 1dbf74997a9a2597c63a4888f2237d4f68a94a6d (diff) |
Notes
-rw-r--r-- | sysutils/sge/Makefile | 4 | ||||
-rw-r--r-- | sysutils/sge53/Makefile | 4 | ||||
-rw-r--r-- | sysutils/sge60/Makefile | 4 | ||||
-rw-r--r-- | sysutils/sge61/Makefile | 4 | ||||
-rw-r--r-- | sysutils/sge62/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/sysutils/sge/Makefile b/sysutils/sge/Makefile index f32b049ad9cf..cdbffc98a68c 100644 --- a/sysutils/sge/Makefile +++ b/sysutils/sge/Makefile @@ -60,8 +60,8 @@ MAN8= sge_commd.8 sge_execd.8 sge_qmaster.8 sge_schedd.8 \ EXCEPTFILES= arc_depend_irix.asc arc_depend_solaris.asc man .include <bsd.port.pre.mk> -.if ARCH=alpha -BROKEN= Does not build on Alpha +.if ${ARCH} == "alpha" +BROKEN= "Does not compile on alpha" .endif post-patch: diff --git a/sysutils/sge53/Makefile b/sysutils/sge53/Makefile index f32b049ad9cf..cdbffc98a68c 100644 --- a/sysutils/sge53/Makefile +++ b/sysutils/sge53/Makefile @@ -60,8 +60,8 @@ MAN8= sge_commd.8 sge_execd.8 sge_qmaster.8 sge_schedd.8 \ EXCEPTFILES= arc_depend_irix.asc arc_depend_solaris.asc man .include <bsd.port.pre.mk> -.if ARCH=alpha -BROKEN= Does not build on Alpha +.if ${ARCH} == "alpha" +BROKEN= "Does not compile on alpha" .endif post-patch: diff --git a/sysutils/sge60/Makefile b/sysutils/sge60/Makefile index f32b049ad9cf..cdbffc98a68c 100644 --- a/sysutils/sge60/Makefile +++ b/sysutils/sge60/Makefile @@ -60,8 +60,8 @@ MAN8= sge_commd.8 sge_execd.8 sge_qmaster.8 sge_schedd.8 \ EXCEPTFILES= arc_depend_irix.asc arc_depend_solaris.asc man .include <bsd.port.pre.mk> -.if ARCH=alpha -BROKEN= Does not build on Alpha +.if ${ARCH} == "alpha" +BROKEN= "Does not compile on alpha" .endif post-patch: diff --git a/sysutils/sge61/Makefile b/sysutils/sge61/Makefile index f32b049ad9cf..cdbffc98a68c 100644 --- a/sysutils/sge61/Makefile +++ b/sysutils/sge61/Makefile @@ -60,8 +60,8 @@ MAN8= sge_commd.8 sge_execd.8 sge_qmaster.8 sge_schedd.8 \ EXCEPTFILES= arc_depend_irix.asc arc_depend_solaris.asc man .include <bsd.port.pre.mk> -.if ARCH=alpha -BROKEN= Does not build on Alpha +.if ${ARCH} == "alpha" +BROKEN= "Does not compile on alpha" .endif post-patch: diff --git a/sysutils/sge62/Makefile b/sysutils/sge62/Makefile index f32b049ad9cf..cdbffc98a68c 100644 --- a/sysutils/sge62/Makefile +++ b/sysutils/sge62/Makefile @@ -60,8 +60,8 @@ MAN8= sge_commd.8 sge_execd.8 sge_qmaster.8 sge_schedd.8 \ EXCEPTFILES= arc_depend_irix.asc arc_depend_solaris.asc man .include <bsd.port.pre.mk> -.if ARCH=alpha -BROKEN= Does not build on Alpha +.if ${ARCH} == "alpha" +BROKEN= "Does not compile on alpha" .endif post-patch: |