diff options
author | antoine <antoine@FreeBSD.org> | 2014-02-07 02:51:52 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-02-07 02:51:52 +0800 |
commit | 4449284ff072cb67e81ed6af55f8071942d0e262 (patch) | |
tree | 6175702a618cf1908c2e2bb6132574e67f472134 | |
parent | e0906a77c4b69c9051d15e27de7f4b9523e67c2a (diff) | |
download | freebsd-ports-graphics-4449284ff072cb67e81ed6af55f8071942d0e262.tar.gz freebsd-ports-graphics-4449284ff072cb67e81ed6af55f8071942d0e262.tar.zst freebsd-ports-graphics-4449284ff072cb67e81ed6af55f8071942d0e262.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 3beffff0fb6..92533b283ca 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> |