diff options
author | brooks <brooks@FreeBSD.org> | 2004-12-09 07:50:03 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2004-12-09 07:50:03 +0800 |
commit | 3f4892d0309c92851a09e496c068665651a2f2d6 (patch) | |
tree | a0dcdfc8d8e5ff4da15375a20baafbb5782696eb /sysutils | |
parent | 2776df1e600ab0acf4c5dd40ac298af79d1f470d (diff) | |
download | freebsd-ports-gnome-3f4892d0309c92851a09e496c068665651a2f2d6.tar.gz freebsd-ports-gnome-3f4892d0309c92851a09e496c068665651a2f2d6.tar.zst freebsd-ports-gnome-3f4892d0309c92851a09e496c068665651a2f2d6.zip |
Improve BROKEN syntax and message.
Suggested by: krion
Diffstat (limited to 'sysutils')
-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: |