1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/sysutils/tmpwatch/Makefile
Sunpoet Po-Chuan Hsieh 8a98df1fd5 Update MASTER_SITES and WWW
PR:		218092
Reported by:	asomers
2017-03-25 04:38:07 +00:00

26 lines
501 B
Makefile

# $FreeBSD$
PORTNAME= tmpwatch
PORTVERSION= 2.11
CATEGORIES= sysutils
MASTER_SITES= https://releases.pagure.org/tmpwatch/
MAINTAINER= ports@FreeBSD.org
COMMENT= Utility for removing files based on when they were last accessed
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cpe tar:bzip2
CPE_VENDOR= redhat
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>