diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-06-10 23:51:04 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-06-10 23:51:04 +0000 |
commit | 5d12193da0ebde5a5ba4f49c4ab50d1e95907247 (patch) | |
tree | 7d7fe45709f0b1a71db92ee143a461b0d0acc0d8 /security/logcheck/Makefile | |
parent | Update the version to 1.70 (diff) |
- chase distfile naming
- whitespace nit
- remove a directory from pkg-plist which is not actually created
- make prefix safe
PR: ports/39111
Submitted by: Erwin Lansing <erwin@lansing.dk>
Diffstat (limited to 'security/logcheck/Makefile')
-rw-r--r-- | security/logcheck/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/security/logcheck/Makefile b/security/logcheck/Makefile index 87a331972ccf..2a6409b82c31 100644 --- a/security/logcheck/Makefile +++ b/security/logcheck/Makefile @@ -8,14 +8,18 @@ PORTNAME= logcheck PORTVERSION= 1.1.1 CATEGORIES= security -MASTER_SITES= http://www.psionic.com/tools/ +MASTER_SITES= http://www.psionic.com/downloads/ +DISTNAME= logsentry-${PORTVERSION} MAINTAINER= ports@FreeBSD.org +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PKGMESSAGE= ${WRKDIR}/MESSAGE -pre-configure: - ${PERL} -pi -e "s@/usr/local/etc/tmp@${PREFIX}/var/tmp@g" ${WRKSRC}/Makefile ${WRKSRC}/systems/freebsd/logcheck.sh +pre-configure: + ${PERL} -pi -e "s@/usr/local/etc/tmp@${PREFIX}/var/tmp@g; \ + s@/usr/local@${PREFIX}@" ${WRKSRC}/Makefile \ + ${WRKSRC}/systems/freebsd/logcheck.sh ${PERL} -pi -e "s@/bin/mkdir@${MKDIR}@g" ${WRKSRC}/Makefile post-build: |