Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
16 lines
271 B
Makefile
16 lines
271 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
|
|
|
|
USES= tar:bzip2
|
|
|
|
PLIST_FILES= bin/clean man/man1/clean.1.gz
|
|
|
|
.include <bsd.port.mk>
|