aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/stmpclean/Makefile
blob: 2b507d6c77969c21f21caa40702b775cd53f8083 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: shalunov
# $FreeBSD$

PORTNAME=   stmpclean
PORTVERSION=    0.3
CATEGORIES= sysutils security
MASTER_SITES=   http://shlang.com/stmpclean/

MAINTAINER= shalunov@shlang.com
COMMENT=    Remove old files from temporary directories

USES=       groff
PLIST_FILES=    sbin/stmpclean man/man8/stmpclean.8.gz

post-patch:
    @${REINPLACE_CMD} -e "s/-O6//g" ${WRKSRC}/Makefile

.include <bsd.port.mk>