blob: 08d43bd5a64ad2ffa6fd8328f92ce62ac8ca79c5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: clean
# Date created: 2003-6-3
# Whom: chuck@pkix.net
#
# $FreeBSD$
PORTNAME= clean_
PORTVERSION= 3.2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= clean-${PORTVERSION}
MAINTAINER= chuck@pkix.net
COMMENT= Automatically remove unwanted files
MAN1= clean.1
.include <bsd.port.mk>
|