Tweak sysutils/stmpclean version 0.3
[dports.git] / sysutils / stmpclean / Makefile
1 # Created by: shalunov
2 # $FreeBSD: sysutils/stmpclean/Makefile 327772 2013-09-20 23:05:58Z bapt $
3
4 PORTNAME=       stmpclean
5 PORTVERSION=    0.3
6 CATEGORIES=     sysutils security
7 MASTER_SITES=   http://shlang.com/stmpclean/
8
9 MAINTAINER=     shalunov@shlang.com
10 COMMENT=        Remove old files from temporary directories
11
12 MAN8=           stmpclean.8
13 MANCOMPRESSED=  no
14 PLIST_FILES=    sbin/stmpclean
15
16 NO_STAGE=       yes
17 post-patch:
18         @${REINPLACE_CMD} -e "s/-O6//g" ${WRKSRC}/Makefile
19
20 .include <bsd.port.mk>