blob: e217c6a877178abc26be748e86a6635149b23600 (
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
25
26
|
# Created by: Emanuel Haupt <ehaupt@critical.ch>
# $FreeBSD$
PORTNAME= tmpreaper
PORTVERSION= 1.6.13
CATEGORIES= sysutils
MASTER_SITES= LOCAL/ehaupt
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Cleans up files in directories based on their age
LICENSE= GPLv2
GNU_CONFIGURE= yes
USES= gmake
PLIST_FILES= sbin/tmpreaper man/man8/tmpreaper.8.gz
PORTDOCS= README
OPTIONS_DEFINE= DOCS
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
|