mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
9e7f4872d4
PR: ports/77945 Submitted by: maintainer
21 lines
406 B
Makefile
21 lines
406 B
Makefile
# New ports collection makefile for: clean
|
|
# Date created: 2003-6-3
|
|
# Whom: chuck@pkix.net
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= clean
|
|
PORTVERSION= 3.4
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= chuck@pkix.net
|
|
COMMENT= Automatically remove unwanted files
|
|
|
|
USE_BZIP2= yes
|
|
MAN1= clean.1
|
|
PLIST_FILES= bin/clean
|
|
|
|
.include <bsd.port.mk>
|