diff options
author | Florian Smeets <flo@FreeBSD.org> | 2012-09-20 23:52:30 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2012-09-20 23:52:30 +0000 |
commit | 9d5edfa301de7bbb433221dc29459aa506cb65d5 (patch) | |
tree | a8a48b549638cc76a24364d47ec1cabf31ba59ff /sysutils/fusefs-libs/Makefile | |
parent | 6b968aca1e72b6635aa589810467ff29b0736b37 (diff) |
Notes
Diffstat (limited to 'sysutils/fusefs-libs/Makefile')
-rw-r--r-- | sysutils/fusefs-libs/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sysutils/fusefs-libs/Makefile b/sysutils/fusefs-libs/Makefile index 65c2a84e1762..8372224b0332 100644 --- a/sysutils/fusefs-libs/Makefile +++ b/sysutils/fusefs-libs/Makefile @@ -5,7 +5,7 @@ # PORTNAME= fusefs -PORTVERSION= 2.7.4 +PORTVERSION= 2.9.1 CATEGORIES= sysutils MASTER_SITES= SF/fuse/fuse-2.X/${PORTVERSION} PKGNAMESUFFIX= -libs @@ -20,7 +20,7 @@ CFLAGS+= ${PTHREAD_CFLAGS} USE_LDCONFIG= yes USE_PKGCONFIG= yes USE_ICONV= yes -CONFIGURE_ARGS= --disable-kernel-module --prefix=${PREFIX} \ +CONFIGURE_ARGS= --prefix=${PREFIX} \ --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig TXT_DOCS= how-fuse-works \ kernel.txt @@ -43,4 +43,8 @@ post-install: .endfor .endif +MAN1= fusermount.1 \ + ulockmgr_server.1 +MAN8= mount.fuse.8 + .include <bsd.port.mk> |