1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Mark BROKEN on FreeBSD 6.x

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2008-12-19 17:34:15 +00:00
parent 2c75dd4b92
commit 01db20e3cb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=224429

View File

@ -24,6 +24,12 @@ SUB_FILES= pkg-message
SUB_LIST= CFSD_BOOTSTRAP=${CFSD_BOOTSTRAP}
PLIST_SUB= CFSD_BOOTSTRAP=${CFSD_BOOTSTRAP}
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
BROKEN= does not compile on FreeBSD 6.x
.endif
post-patch:
${REINPLACE_CMD} 's/^\.TH SSH/.TH CFSSH/' ${WRKSRC}/cfssh.1
@ -39,4 +45,4 @@ do-install:
${INSTALL} -d ${_BINOWNGRP} -m 0 ${CFSD_BOOTSTRAP}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
.include <bsd.port.post.mk>