1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Mark BROKEN on 8.0: does not install

This commit is contained in:
Erwin Lansing 2008-01-29 22:33:33 +00:00
parent 0ae47a17f8
commit 5d6c3bb6b6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206406

View File

@ -61,4 +61,10 @@ post-extract:
${GUNZIP_CMD} -c ${DISTDIR}/d2c-${PORTVERSION}-FreeBSD.gz >${WRKDIR}/d2c
${CHMOD} ugo+x ${WRKDIR}/d2c
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800000
BROKEN= does not install
.endif
.include <bsd.port.post.mk>