pkgsrc/sysutils/logrot/Makefile
lukem 48e1e52690 Update to logrot 1.7.
Notable changes:
	* Add --with-pidfile to allow override the path to syslogd's pidfile.
	* Update my email address.
	* Remove advertising clause from my license.

Use --with-pidfile when building on NetBSD so that chroot/sandbox
builds default to the correct path for syslogd.pid.
2005-05-30 04:05:46 +00:00

17 lines
433 B
Makefile

# $NetBSD: Makefile,v 1.8 2005/05/30 04:05:46 lukem Exp $
#
DISTNAME= logrot-1.7
CATEGORIES= sysutils
MASTER_SITES= http://www.mewburn.net/luke/src/
MAINTAINER= lukem@NetBSD.org
HOMEPAGE= http://www.mewburn.net/luke/software.html
COMMENT= Rotate log files in a safe and configurable manner
GNU_CONFIGURE= YES
OPSYSVARS+= CONFIGURE_ARGS
CONFIGURE_ARGS.NetBSD+= --with-pidfile=/var/run/syslogd.pid
.include "../../mk/bsd.pkg.mk"