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

(-)/usr/ports/sysutils/fusefs-kmod/Makefile (-1 / +3 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	fusefs
8
PORTNAME=	fusefs
9
DISTVERSION=	0.3.9-pre1
9
DISTVERSION=	0.3.9-pre1
10
PORTREVISION=	2
10
PORTREVISION=	3
11
CATEGORIES=	sysutils kld
11
CATEGORIES=	sysutils kld
12
MASTER_SITES=	http://fuse4bsd.creo.hu/downloads/ \
12
MASTER_SITES=	http://fuse4bsd.creo.hu/downloads/ \
13
		http://am-productions.biz/docs/
13
		http://am-productions.biz/docs/
Lines 66-71 Link Here
66
IGNORE=		requires the userland sources to be installed. Set SRC_BASE if it is not in /usr/src
66
IGNORE=		requires the userland sources to be installed. Set SRC_BASE if it is not in /usr/src
67
.endif
67
.endif
68
68
69
MAKE_ENV+=	SYSDIR=${SRC_BASE}/sys MOUNT=${SRC_BASE}/sbin/mount
70
69
.if !defined(WITH_AUTOSETUP)
71
.if !defined(WITH_AUTOSETUP)
70
SUB_FILES=	pkg-message
72
SUB_FILES=	pkg-message
71
.endif
73
.endif

Return to bug 118112