sysutils/fusefs-libs: IGNORE on DragonFly (fusefs not implemented)

This commit is contained in:
John Marino 2014-10-20 10:45:26 +00:00
parent 3edc030b9f
commit 3b5e71db69
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371256

View file

@ -29,4 +29,10 @@ post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}/libs
${INSTALL_DATA} ${WRKSRC}/doc/how-fuse-works ${WRKSRC}/doc/kernel.txt ${STAGEDIR}${DOCSDIR}/libs
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OPSYS} == DragonFly
IGNORE= fusefs has not been implemented on DragonFly
.endif
.include <bsd.port.post.mk>