summaryrefslogtreecommitdiff
path: root/sysutils/tmpwatch/Makefile
blob: f4adb20695c1847e4d164bfdde024d1664e37e76 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $FreeBSD$

PORTNAME=	tmpwatch
PORTVERSION=	2.11
CATEGORIES=	sysutils
MASTER_SITES=	https://fedorahosted.org/releases/t/m/tmpwatch/

MAINTAINER=	bapt@FreeBSD.org
COMMENT=	A utility for removing files based on when they were last accessed

LICENSE=	GPLv2

USE_BZIP2=	yes

GNU_CONFIGURE=	yes

MAN8=		tmpwatch.8
PLIST_FILES=	sbin/tmpwatch

NO_STAGE=	yes
post-patch:
	@${REINPLACE_CMD} -E "s/^#include.+mntent.h.+//g" ${WRKSRC}/tmpwatch.c

.include <bsd.port.mk>