summaryrefslogtreecommitdiff
path: root/sysutils/stmpclean/Makefile
blob: aefbcd50253f03c9bb6ca8aa8cb57ff843ca7f87 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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

MAN8=		stmpclean.8
MANCOMPRESSED=	no
PLIST_FILES=	sbin/stmpclean

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

.include <bsd.port.mk>