diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-06 18:51:52 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-06 18:51:52 +0000 |
commit | 152da8d4c988b09e463764154d5b7128d0595745 (patch) | |
tree | 6175702a618cf1908c2e2bb6132574e67f472134 | |
parent | a09c021a76fc1e9ef91ecb4f52b9977a0fba3e24 (diff) | |
download | freebsd-ports-152da8d4c988b09e463764154d5b7128d0595745.zip |
- Stage support
- OPTIONS conversion
-rw-r--r-- | net/unfs3/Makefile | 12 |
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> |