diff options
author | John Marino <marino@FreeBSD.org> | 2014-10-20 10:45:26 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-10-20 10:45:26 +0000 |
commit | 3b5e71db69a7a3ed980bae922a477351c4d9eb2d (patch) | |
tree | b5d0f2fb1eaedb364ff6b7002bfd853b88168db7 /sysutils/fusefs-libs/Makefile | |
parent | 3edc030b9f4ebc1bbc06d185768d69e2c64ffbb8 (diff) | |
download | ports-3b5e71db69a7a3ed980bae922a477351c4d9eb2d.tar.gz ports-3b5e71db69a7a3ed980bae922a477351c4d9eb2d.zip |
Notes
Diffstat (limited to 'sysutils/fusefs-libs/Makefile')
-rw-r--r-- | sysutils/fusefs-libs/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/fusefs-libs/Makefile b/sysutils/fusefs-libs/Makefile index 9040f056faa0..a3692c96b643 100644 --- a/sysutils/fusefs-libs/Makefile +++ b/sysutils/fusefs-libs/Makefile @@ -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> |