1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

BROKEN on alpha: Does not install

This commit is contained in:
Kris Kennaway 2004-02-25 10:14:14 +00:00
parent 13c2f8e5ba
commit bc4f02f897
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102060

View File

@ -28,6 +28,12 @@ DRILIST= ffb gamma i810 i830 mga r128 r200 radeon sis tdfx
ONLY_FOR_ARCHS= alpha i386
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha"
BROKEN= "Install fails on alpha"
.endif
do-configure:
@${RM} -f ${WRKSRC}/config/cf/version.def
@${RM} -f ${WRKSRC}/config/cf/date.def
@ -52,4 +58,4 @@ do-install:
@cd ${PREFIX} && ${FIND} lib/modules/dri -type f | ${SORT} \
>>${TMPPLIST}
.include <bsd.port.mk>
.include <bsd.port.post.mk>