ports/133295: [patch] sysutils/fusefs-sshfs add KMODDIR var

Alex Kozlov spam at rm-rf.kiev.ua
Thu Apr 2 06:00:06 UTC 2009


>Number:         133295
>Category:       ports
>Synopsis:       [patch] sysutils/fusefs-sshfs add KMODDIR var
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 02 06:00:05 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Alex Kozlov
>Release:        
>Organization:
private
>Environment:
>Description:
Add KMODDIR var to sysutils/fusefs-sshfs. (Catch with sysutils/fusefs-kmod 1.24)
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: sysutils/fusefs-sshfs/Makefile
@@ -15,8 +15,10 @@
 MAINTAINER=	amistry at am-productions.biz
 COMMENT=	Mount remote directories over ssh
 
+KMODDIR?=	${PREFIX}/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


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list