1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/sysutils/clean/Makefile
Adam Weinberger aeac01a4bb Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:43:17 +00:00

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