svn commit: r371256 - head/sysutils/fusefs-libs

John Marino marino at FreeBSD.org
Mon Oct 20 10:45:27 UTC 2014


Author: marino
Date: Mon Oct 20 10:45:26 2014
New Revision: 371256
URL: https://svnweb.freebsd.org/changeset/ports/371256
QAT: https://qat.redports.org/buildarchive/r371256/

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

Modified:
  head/sysutils/fusefs-libs/Makefile

Modified: head/sysutils/fusefs-libs/Makefile
==============================================================================
--- head/sysutils/fusefs-libs/Makefile	Mon Oct 20 10:41:12 2014	(r371255)
+++ head/sysutils/fusefs-libs/Makefile	Mon Oct 20 10:45:26 2014	(r371256)
@@ -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>


More information about the svn-ports-all mailing list