diff options
author | pat <pat@FreeBSD.org> | 2002-06-10 23:51:04 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-06-10 23:51:04 +0000 |
commit | bea422c040264b5c9368b9492a0e8029a1533583 (patch) | |
tree | 4399c65ca54c08f17d4e3651dd43a258833f4679 /security/logcheck | |
parent | 040dedb690a140e5ca1b137cd5906750d1680790 (diff) | |
download | FreeBSD-ports-bea422c040264b5c9368b9492a0e8029a1533583.zip FreeBSD-ports-bea422c040264b5c9368b9492a0e8029a1533583.tar.gz |
- 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')
-rw-r--r-- | security/logcheck/Makefile | 10 | ||||
-rw-r--r-- | security/logcheck/distinfo | 2 | ||||
-rw-r--r-- | security/logcheck/pkg-plist | 1 |
3 files changed, 8 insertions, 5 deletions
diff --git a/security/logcheck/Makefile b/security/logcheck/Makefile index 87a3319..2a6409b 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: diff --git a/security/logcheck/distinfo b/security/logcheck/distinfo index 724e3b6..7bd341c 100644 --- a/security/logcheck/distinfo +++ b/security/logcheck/distinfo @@ -1 +1 @@ -MD5 (logcheck-1.1.1.tar.gz) = e97c2f096e219e20310c1b80e9e1bc29 +MD5 (logsentry-1.1.1.tar.gz) = e97c2f096e219e20310c1b80e9e1bc29 diff --git a/security/logcheck/pkg-plist b/security/logcheck/pkg-plist index 85ff97f..8c32188 100644 --- a/security/logcheck/pkg-plist +++ b/security/logcheck/pkg-plist @@ -6,4 +6,3 @@ etc/logcheck.violations.ignore.sample etc/logcheck.violations.sample @dirrm var/tmp @dirrm var -@dirrm etc/tmp |