From 869e1f27d0cd912f612cd1af8dd5491749901f80 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 14 Oct 2015 16:49:35 +0000 Subject: Drop the necessity to add ${PORTSDIR} to dependency line Modify make describe to automatically prepend ${PORTSDIR} if the path for the port is not absolute Checked with poudriere, portmaster, portupgrade PR: 203685 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D3866 --- Mk/Uses/fuse.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Mk/Uses/fuse.mk') diff --git a/Mk/Uses/fuse.mk b/Mk/Uses/fuse.mk index e6ee0216a95c..62f61f9ed946 100644 --- a/Mk/Uses/fuse.mk +++ b/Mk/Uses/fuse.mk @@ -15,9 +15,9 @@ _INCLUDE_USES_FUSE_MK= yes IGNORE= USES=fuse does not require args .endif -LIB_DEPENDS+= libfuse.so:${PORTSDIR}/sysutils/fusefs-libs +LIB_DEPENDS+= libfuse.so:sysutils/fusefs-libs .if !exists(/sbin/mount_fusefs) -RUN_DEPENDS+= mount_fusefs:${PORTSDIR}/sysutils/fusefs-kmod +RUN_DEPENDS+= mount_fusefs:sysutils/fusefs-kmod .endif .endif -- cgit v1.2.3