Date: Thu, 6 Feb 2014 18:51:53 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343138 - head/net/unfs3 Message-ID: <201402061851.s16IprZS074806@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Feb 6 18:51:52 2014 New Revision: 343138 URL: http://svnweb.freebsd.org/changeset/ports/343138 QAT: https://qat.redports.org/buildarchive/r343138/ Log: - Stage support - OPTIONS conversion Modified: head/net/unfs3/Makefile Modified: head/net/unfs3/Makefile ============================================================================== --- head/net/unfs3/Makefile Thu Feb 6 18:45:36 2014 (r343137) +++ head/net/unfs3/Makefile Thu Feb 6 18:51:52 2014 (r343138) @@ -8,20 +8,16 @@ CATEGORIES= net MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org -COMMENT= A user-space implementation of the NFSv3 server specification +COMMENT= User-space implementation of the NFSv3 server specification USE_AUTOTOOLS= autoconf USES= bison -MAN7= tags.7 -MAN8= unfsd.8 -PLIST_FILES= sbin/unfsd +PLIST_FILES= sbin/unfsd man/man7/tags.7.gz man/man8/unfsd.8.gz MAKE_JOBS_UNSAFE= yes -.if defined(WITH_CLUSTER_EXT) -CONFIGURE_ARGS+= --enable-cluster -.endif +OPTIONS_DEFINE= CLUSTER_EXT +CLUSTER_EXT_CONFIGURE_ON= --enable-cluster -NO_STAGE= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402061851.s16IprZS074806>