View | Details | Raw Unified | Return to bug 206978
Collapse All | Expand All

(-)Makefile (-3 / +3 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	ntfs
4
PORTNAME=	ntfs
5
PORTVERSION=	2015.3.14
5
PORTVERSION=	2015.3.14
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	sysutils
7
CATEGORIES=	sysutils
8
MASTER_SITES=	http://tuxera.com/opensource/
8
MASTER_SITES=	http://tuxera.com/opensource/
9
PKGNAMEPREFIX=	fusefs-
9
PKGNAMEPREFIX=	fusefs-
Lines 26-34 Link Here
26
LDFLAGS+=	-L${LOCALBASE}/lib
26
LDFLAGS+=	-L${LOCALBASE}/lib
27
27
28
OPTIONS_DEFINE=	LOCK UBLIO DOCS
28
OPTIONS_DEFINE=	LOCK UBLIO DOCS
29
OPTIONS_DEFAULT=LOCK UBLIO
29
OPTIONS_DEFAULT=LOCK
30
LOCK_DESC=	Lock the device when mounting (avoids access)
30
LOCK_DESC=	Lock the device when mounting (avoids access)
31
UBLIO_DESC=	Enable user space cache for improved speed
31
UBLIO_DESC=	Enable user space cache for improved speed(breaks mkntfs)
32
32
33
SUB_FILES=	pkg-message
33
SUB_FILES=	pkg-message
34
DOCSDIR=	${PREFIX}/share/doc/ntfs-3g
34
DOCSDIR=	${PREFIX}/share/doc/ntfs-3g

Return to bug 206978