From a882364f2403bc9d88e823745313b7de799bd176 Mon Sep 17 00:00:00 2001 From: lioux Date: Sun, 10 Nov 2002 16:48:51 +0000 Subject: o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) --- security/logcheck/Makefile | 2 -- security/logcheck/pkg-comment | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 security/logcheck/pkg-comment (limited to 'security/logcheck') diff --git a/security/logcheck/Makefile b/security/logcheck/Makefile index bd0a02e22b1..432b38bc8bf 100644 --- a/security/logcheck/Makefile +++ b/security/logcheck/Makefile @@ -13,8 +13,6 @@ DISTNAME= logsentry-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -PORTCOMMENT= Auditing tool for system logs on Unix boxes - USE_REINPLACE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PKGMESSAGE= ${WRKDIR}/MESSAGE diff --git a/security/logcheck/pkg-comment b/security/logcheck/pkg-comment new file mode 100644 index 00000000000..b334222d7bd --- /dev/null +++ b/security/logcheck/pkg-comment @@ -0,0 +1 @@ +Auditing tool for system logs on Unix boxes -- cgit