svn commit: r343138 - head/net/unfs3

Antoine Brodin antoine at FreeBSD.org
Thu Feb 6 18:51:53 UTC 2014


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 at 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>


More information about the svn-ports-all mailing list