aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-libs/Makefile
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-10-20 10:45:26 +0000
committerJohn Marino <marino@FreeBSD.org>2014-10-20 10:45:26 +0000
commit3b5e71db69a7a3ed980bae922a477351c4d9eb2d (patch)
treeb5d0f2fb1eaedb364ff6b7002bfd853b88168db7 /sysutils/fusefs-libs/Makefile
parent3edc030b9f4ebc1bbc06d185768d69e2c64ffbb8 (diff)
downloadports-3b5e71db69a7a3ed980bae922a477351c4d9eb2d.tar.gz
ports-3b5e71db69a7a3ed980bae922a477351c4d9eb2d.zip
Notes
Diffstat (limited to 'sysutils/fusefs-libs/Makefile')
-rw-r--r--sysutils/fusefs-libs/Makefile8
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>