1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Improve BROKEN syntax and message.

Suggested by:	krion
This commit is contained in:
Brooks Davis 2004-12-08 23:50:03 +00:00
parent 1dbf74997a
commit fe4b9508d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123510
5 changed files with 10 additions and 10 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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: