blob: 159e05bfbd1be3d21636c1c3fe247603430b6a61 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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}
MAINTAINER= chuck@pkix.net
COMMENT= Automatically remove unwanted files
MAN1= clean.1
.include <bsd.port.mk>
|