1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/sysutils/stmpclean/Makefile
Vanilla I. Shu 0e5f539f3f Stagify.
Approved by:	portmgr@ (blanket approval)
2014-06-29 14:45:47 +00:00

18 lines
374 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
PLIST_FILES= sbin/stmpclean man/man8/stmpclean.8.gz
post-patch:
@${REINPLACE_CMD} -e "s/-O6//g" ${WRKSRC}/Makefile
.include <bsd.port.mk>