diff options
-rw-r--r-- | sysutils/sge/Makefile | 7 | ||||
-rw-r--r-- | sysutils/sge53/Makefile | 7 | ||||
-rw-r--r-- | sysutils/sge60/Makefile | 7 | ||||
-rw-r--r-- | sysutils/sge61/Makefile | 7 | ||||
-rw-r--r-- | sysutils/sge62/Makefile | 7 |
5 files changed, 30 insertions, 5 deletions
diff --git a/sysutils/sge/Makefile b/sysutils/sge/Makefile index 2db20e5496e3..f32b049ad9cf 100644 --- a/sysutils/sge/Makefile +++ b/sysutils/sge/Makefile @@ -59,6 +59,11 @@ MAN8= sge_commd.8 sge_execd.8 sge_qmaster.8 sge_schedd.8 \ sge_shadowd.8 sge_shepherd.8 sgecommdcntl.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 +.endif + post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" \ -e "s|%%X11BASE%%|${X11BASE}|g" \ @@ -135,4 +140,4 @@ distfile: @${RM} -rf ${WRKDIR}/${XDISTNAME} @${RMDIR} ${WRKDIR} 2> /dev/null || true -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/sysutils/sge53/Makefile b/sysutils/sge53/Makefile index 2db20e5496e3..f32b049ad9cf 100644 --- a/sysutils/sge53/Makefile +++ b/sysutils/sge53/Makefile @@ -59,6 +59,11 @@ MAN8= sge_commd.8 sge_execd.8 sge_qmaster.8 sge_schedd.8 \ sge_shadowd.8 sge_shepherd.8 sgecommdcntl.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 +.endif + post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" \ -e "s|%%X11BASE%%|${X11BASE}|g" \ @@ -135,4 +140,4 @@ distfile: @${RM} -rf ${WRKDIR}/${XDISTNAME} @${RMDIR} ${WRKDIR} 2> /dev/null || true -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/sysutils/sge60/Makefile b/sysutils/sge60/Makefile index 2db20e5496e3..f32b049ad9cf 100644 --- a/sysutils/sge60/Makefile +++ b/sysutils/sge60/Makefile @@ -59,6 +59,11 @@ MAN8= sge_commd.8 sge_execd.8 sge_qmaster.8 sge_schedd.8 \ sge_shadowd.8 sge_shepherd.8 sgecommdcntl.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 +.endif + post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" \ -e "s|%%X11BASE%%|${X11BASE}|g" \ @@ -135,4 +140,4 @@ distfile: @${RM} -rf ${WRKDIR}/${XDISTNAME} @${RMDIR} ${WRKDIR} 2> /dev/null || true -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/sysutils/sge61/Makefile b/sysutils/sge61/Makefile index 2db20e5496e3..f32b049ad9cf 100644 --- a/sysutils/sge61/Makefile +++ b/sysutils/sge61/Makefile @@ -59,6 +59,11 @@ MAN8= sge_commd.8 sge_execd.8 sge_qmaster.8 sge_schedd.8 \ sge_shadowd.8 sge_shepherd.8 sgecommdcntl.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 +.endif + post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" \ -e "s|%%X11BASE%%|${X11BASE}|g" \ @@ -135,4 +140,4 @@ distfile: @${RM} -rf ${WRKDIR}/${XDISTNAME} @${RMDIR} ${WRKDIR} 2> /dev/null || true -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/sysutils/sge62/Makefile b/sysutils/sge62/Makefile index 2db20e5496e3..f32b049ad9cf 100644 --- a/sysutils/sge62/Makefile +++ b/sysutils/sge62/Makefile @@ -59,6 +59,11 @@ MAN8= sge_commd.8 sge_execd.8 sge_qmaster.8 sge_schedd.8 \ sge_shadowd.8 sge_shepherd.8 sgecommdcntl.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 +.endif + post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" \ -e "s|%%X11BASE%%|${X11BASE}|g" \ @@ -135,4 +140,4 @@ distfile: @${RM} -rf ${WRKDIR}/${XDISTNAME} @${RMDIR} ${WRKDIR} 2> /dev/null || true -.include <bsd.port.mk> +.include <bsd.port.post.mk> |