mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
21 lines
401 B
Makefile
21 lines
401 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
|
|
|
|
NO_STAGE= yes
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s/-O6//g" ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|