1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/sysutils/stmpclean/Makefile
2013-05-04 20:02:01 +00:00

20 lines
387 B
Makefile

# 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
post-patch:
@${REINPLACE_CMD} -e "s/-O6//g" ${WRKSRC}/Makefile
.include <bsd.port.mk>