diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
commit | 6d9d53de2b90787463359858181f9834006df53e (patch) | |
tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /security/arm/Makefile | |
parent | 62db3fa63ab35a5866c4d2878dd50ff319f03aeb (diff) | |
download | FreeBSD-ports-6d9d53de2b90787463359858181f9834006df53e.zip FreeBSD-ports-6d9d53de2b90787463359858181f9834006df53e.tar.gz |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'security/arm/Makefile')
-rw-r--r-- | security/arm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/arm/Makefile b/security/arm/Makefile index f15999a..45c46a4 100644 --- a/security/arm/Makefile +++ b/security/arm/Makefile @@ -32,8 +32,8 @@ TOR_DESC= Enable local tor support .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MTOR} -RUN_DEPENDS+= lsof:${PORTSDIR}/sysutils/lsof \ - tor:${PORTSDIR}/security/tor +RUN_DEPENDS+= lsof:sysutils/lsof \ + tor:security/tor .endif .include <bsd.port.pre.mk> |