Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Oct 2014 10:45:26 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371256 - head/sysutils/fusefs-libs
Message-ID:  <201410201045.s9KAjQwT079422@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410201045.s9KAjQwT079422>