summaryrefslogtreecommitdiff
path: root/sysutils/fusefs-sshfs
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2009-04-21 17:06:28 +0000
committerWesley Shields <wxs@FreeBSD.org>2009-04-21 17:06:28 +0000
commit65c99494293e23e36f90f2f8ee58f879d022d5fb (patch)
treeaaea5d0041b4488b23d60f141339527840ce3451 /sysutils/fusefs-sshfs
parent- use SUB_FILES for pkg-message (diff)
- Look in ${KMODDIR} for dependency.
- Default KMODDIR to ${LOCALBASE}/modules. PR: ports/133295 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> Approved by: maintainer timeout
Diffstat (limited to 'sysutils/fusefs-sshfs')
-rw-r--r--sysutils/fusefs-sshfs/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/fusefs-sshfs/Makefile b/sysutils/fusefs-sshfs/Makefile
index da95fed70e07..86e72fe2c45f 100644
--- a/sysutils/fusefs-sshfs/Makefile
+++ b/sysutils/fusefs-sshfs/Makefile
@@ -15,8 +15,10 @@ DISTNAME= ${PORTNAME}-fuse-${PORTVERSION}
MAINTAINER= amistry@am-productions.biz
COMMENT= Mount remote directories over ssh
+KMODDIR?= ${LOCALBASE}/modules
+
LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs
-RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
+RUN_DEPENDS= ${KMODDIR}/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
BUILD_DEPENDS= fusefs-libs>2.4.1:${PORTSDIR}/sysutils/fusefs-libs
GNU_CONFIGURE= yes