aboutsummaryrefslogtreecommitdiff
path: root/security/rkhunter
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-03-19 20:35:40 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-03-19 20:35:40 +0000
commit8d79118138f0ed4c8ecf3290f666aa3e84989e89 (patch)
treea086e2de59b569acb6fecb779c6c75591ec3c224 /security/rkhunter
parenta6d672c34ca69057e058586e782a323fb54ee704 (diff)
downloadports-8d79118138f0ed4c8ecf3290f666aa3e84989e89.tar.gz
ports-8d79118138f0ed4c8ecf3290f666aa3e84989e89.zip
- Fix build
Reported by: pavbot
Notes
Notes: svn path=/head/; revision=230437
Diffstat (limited to 'security/rkhunter')
-rw-r--r--security/rkhunter/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/rkhunter/Makefile b/security/rkhunter/Makefile
index 4890db1d089e..8b1ce1d0149c 100644
--- a/security/rkhunter/Makefile
+++ b/security/rkhunter/Makefile
@@ -38,6 +38,10 @@ RUN_DEPENDS+= lsof:${PORTSDIR}/sysutils/lsof
RUN_DEPENDS+= nmap:${PORTSDIR}/security/nmap
.endif
+post-patch:
+ @${REINPLACE_CMD} -e 's|{SHAREDIR}/man/man8|{PREFIX}/man/man8|g' \
+ ${WRKSRC}/installer.sh
+
do-install:
cd ${WRKSRC} && ./installer.sh --layout custom ${PREFIX} --install
${INSTALL_MAN} ${WRKSRC}/files/rkhunter.8 \