blob: 92240081586f9926b105c05e6fe18c2a53264818 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.7 2003/07/17 22:53:40 grant Exp $
#
DISTNAME= logrot-1.6
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.cs.rmit.edu.au/pub/utils/
MAINTAINER= lukem@NetBSD.org
COMMENT= Rotate log files in a safe and configurable manner
GNU_CONFIGURE= YES
.include "../../mk/bsd.pkg.mk"
|