aboutsummaryrefslogtreecommitdiff
path: root/net/unfs3
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-02-06 18:51:52 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-02-06 18:51:52 +0000
commit152da8d4c988b09e463764154d5b7128d0595745 (patch)
tree6175702a618cf1908c2e2bb6132574e67f472134 /net/unfs3
parenta09c021a76fc1e9ef91ecb4f52b9977a0fba3e24 (diff)
downloadports-152da8d4c988b09e463764154d5b7128d0595745.tar.gz
ports-152da8d4c988b09e463764154d5b7128d0595745.zip
Notes
Diffstat (limited to 'net/unfs3')
-rw-r--r--net/unfs3/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/net/unfs3/Makefile b/net/unfs3/Makefile
index 3beffff0fb67..92533b283ca0 100644
--- a/net/unfs3/Makefile
+++ b/net/unfs3/Makefile
@@ -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>