mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
17 lines
270 B
Makefile
17 lines
270 B
Makefile
# Created by: chuck@pkix.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= clean
|
|
PORTVERSION= 3.4
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= chuck@pkix.net
|
|
COMMENT= Automatically remove unwanted files
|
|
|
|
USE_BZIP2= yes
|
|
|
|
PLIST_FILES= bin/clean man/man1/clean.1.gz
|
|
|
|
.include <bsd.port.mk>
|