1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/sysutils/tmpwatch/Makefile
Baptiste Daroussin d3a446f544 Update to 2.11
Feature safe:	yes
2012-11-07 07:50:39 +00:00

24 lines
446 B
Makefile

# $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
post-patch:
@${REINPLACE_CMD} -E "s/^#include.+mntent.h.+//g" ${WRKSRC}/tmpwatch.c
.include <bsd.port.mk>