aboutsummaryrefslogtreecommitdiff
path: root/security/rkhunter
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:25:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:25:16 +0000
commit597afc47baba19000afd8ec4880a2c47975b0367 (patch)
treeeb9a806366343ecfc3a5146e70b637f09d4e62c7 /security/rkhunter
parent8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff)
Notes
Diffstat (limited to 'security/rkhunter')
-rw-r--r--security/rkhunter/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/rkhunter/Makefile b/security/rkhunter/Makefile
index fdaa1ba85c0f..fae6d5578468 100644
--- a/security/rkhunter/Makefile
+++ b/security/rkhunter/Makefile
@@ -15,8 +15,8 @@ LICENSE= GPLv2
OPTIONS_DEFINE= LSOF NMAP DOCS
OPTIONS_DEFAULT=LSOF
-RUN_DEPENDS+= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
- ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget
+RUN_DEPENDS+= p5-Digest-SHA1>=0:security/p5-Digest-SHA1 \
+ ${LOCALBASE}/bin/wget:ftp/wget
USES= perl5 shebangfix
SHEBANG_FILES= files/check_modules.pl files/filehashsha.pl \
@@ -26,8 +26,8 @@ SUB_FILES= 415.${PORTNAME}
PORTDOCS= ACKNOWLEDGMENTS CHANGELOG FAQ LICENSE README
-LSOF_RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof
-NMAP_RUN_DEPENDS= nmap:${PORTSDIR}/security/nmap
+LSOF_RUN_DEPENDS= lsof:sysutils/lsof
+NMAP_RUN_DEPENDS= nmap:security/nmap
post-patch:
@${REINPLACE_CMD} -i '' -e 's|{SHAREDIR}/man/man8|{PREFIX}/man/man8|g' \