mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
0e5f539f3f
Approved by: portmgr@ (blanket approval)
18 lines
374 B
Makefile
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>
|