1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/sysutils/tmpwatch/Makefile
Adam Weinberger aeac01a4bb Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:43:17 +00:00

24 lines
455 B
Makefile

# $FreeBSD$
PORTNAME= tmpwatch
PORTVERSION= 2.11
CATEGORIES= sysutils
MASTER_SITES= https://fedorahosted.org/releases/t/m/tmpwatch/
MAINTAINER= ports@FreeBSD.org
COMMENT= Utility for removing files based on when they were last accessed
LICENSE= GPLv2
USES= tar:bzip2
GNU_CONFIGURE= yes
PLIST_FILES= sbin/tmpwatch \
man/man8/tmpwatch.8.gz
post-patch:
@${REINPLACE_CMD} -E "s/^#include.+mntent.h.+//g" ${WRKSRC}/tmpwatch.c
.include <bsd.port.mk>