freebsd-ports/security/logcheck/Makefile
Satoshi Asami 7acef1cd7a Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00

23 lines
460 B
Makefile

# Ports collection makefile for: logcheck
# Date created: 9 December 1999
# Whom: Dan Langille <dan@freebsddiary.org>
#
# $FreeBSD$
#
PORTNAME= logcheck
PORTVERSION= 1.1.1
CATEGORIES= security
MASTER_SITES= http://www.psionic.com/tools/
MAINTAINER= ports@freebsddiary.org
PKGMESSAGE= ${WRKDIR}/MESSAGE
post-build:
@${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGDIR}/pkg-message > ${PKGMESSAGE}
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>