sysutils/fusefs-libs: IGNORE on DragonFly (fusefs not implemented)
This commit is contained in:
parent
3edc030b9f
commit
3b5e71db69
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371256
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue