View | Details | Raw Unified | Return to bug 111779
Collapse All | Expand All

(-)Makefile (-7 / +1 lines)
Lines 53-66 Link Here
53
MLINKS=		pbs_sched_cc.8 pbs_sched.8 \
53
MLINKS=		pbs_sched_cc.8 pbs_sched.8 \
54
		pbs_resources_freebsd.7 pbs_resources.7
54
		pbs_resources_freebsd.7 pbs_resources.7
55
55
56
.include <bsd.port.pre.mk>
57
58
.if ${OSVERSION} < 500000
59
BROKEN=	Doesn't build on 4.x
60
.endif
61
62
post-install:
56
post-install:
63
	${INSTALL_SCRIPT} ${WRKSRC}/torque.setup ${EXAMPLESDIR}
57
	${INSTALL_SCRIPT} ${WRKSRC}/torque.setup ${EXAMPLESDIR}
64
	@${CAT} ${PKGMESSAGE}
58
	@${CAT} ${PKGMESSAGE}
65
59
66
.include <bsd.port.post.mk>
60
.include	<bsd.port.mk>

Return to bug 111779