freebsd-ports/sysutils/stmpclean/Makefile
Antoine Brodin 034b4e6d7d Register dependency on groff
PR:		213725
2017-05-29 11:32:14 +00:00

18 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
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>