From 2ff80f55375ee2811ca2895a06b853699c3e0915 Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 1 Apr 2016 14:25:16 +0000 Subject: Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u. With hat: portmgr Sponsored by: Absolight --- security/mussh/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/mussh') diff --git a/security/mussh/Makefile b/security/mussh/Makefile index 7403a09980e..e20fbab0292 100644 --- a/security/mussh/Makefile +++ b/security/mussh/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Tool for easily running the same commands on multiple hosts -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash +RUN_DEPENDS= bash:shells/bash WRKSRC= ${WRKDIR}/${PORTNAME} -- cgit