diff options
author | Ollivier Robert <roberto@FreeBSD.org> | 2002-09-10 14:53:23 +0000 |
---|---|---|
committer | Ollivier Robert <roberto@FreeBSD.org> | 2002-09-10 14:53:23 +0000 |
commit | 878447276a96b49e8f7757ef3d7d63071fcd8904 (patch) | |
tree | 962227547f4adc086ae92aa1b02a78e8839cb62c /security/logcheck/Makefile | |
parent | update master site and WWW (diff) |
${PREFIX}/var/tmp is obviously wrong. Use /tmp instead.
PR: ports/41815
Submitted by: Dan Langille <danl@freebsddiary.org> (fix by me)
Diffstat (limited to '')
-rw-r--r-- | security/logcheck/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/logcheck/Makefile b/security/logcheck/Makefile index 801935cc7479..432b38bc8bfb 100644 --- a/security/logcheck/Makefile +++ b/security/logcheck/Makefile @@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PKGMESSAGE= ${WRKDIR}/MESSAGE pre-configure: - ${REINPLACE_CMD} -e "s@/usr/local/etc/tmp@${PREFIX}/var/tmp@g; \ + ${REINPLACE_CMD} -e "s@/usr/local/etc/tmp@/tmp@g; \ s@/usr/local@${PREFIX}@" ${WRKSRC}/Makefile \ ${WRKSRC}/systems/freebsd/logcheck.sh ${REINPLACE_CMD} -e "s@/bin/mkdir@${MKDIR}@g" ${WRKSRC}/Makefile |