diff options
author | asami <asami@FreeBSD.org> | 1995-04-15 01:28:36 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-15 01:28:36 +0000 |
commit | 5727abc621933091388d7febd0e7eb36321d4730 (patch) | |
tree | 4f5375dcb4aab30c2c8eb4de5c3c4ac0e6491c1c /misc/colorls | |
parent | f996e294f842012db9b7c1a17aaeb03cfb64b79e (diff) | |
download | FreeBSD-ports-5727abc621933091388d7febd0e7eb36321d4730.zip FreeBSD-ports-5727abc621933091388d7febd0e7eb36321d4730.tar.gz |
Cleanup.
Diffstat (limited to 'misc/colorls')
-rw-r--r-- | misc/colorls/Makefile | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/misc/colorls/Makefile b/misc/colorls/Makefile index 1ec59e2..6c3112a 100644 --- a/misc/colorls/Makefile +++ b/misc/colorls/Makefile @@ -3,17 +3,22 @@ # Date created: 8 March 1995 # Whom: Satoshi Asami # -# $Id: Makefile,v 1.2 1995/03/24 11:11:12 asami Exp $ +# $Id: Makefile,v 1.3 1995/04/01 12:50:06 jkh Exp $ # + DISTNAME= colorls -DISTFILES= ls.tar.gz -FTP_SITE= ftp.freebsd.org -FTP_DIR= /pub/FreeBSD/FreeBSD-current/src/bin/ -MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/src/bin/ +PKGNAME= colorls-2.0.5 CATEGORIES+= utilities +# MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/src/bin/ +DISTFILES= ls.tar.gz + MAINTAINER= asami@FreeBSD.ORG + WRKSRC= ${WRKDIR}/ls +FTP_SITE= ftp.freebsd.org +FTP_DIR= /pub/FreeBSD/FreeBSD-current/src/bin/ + .if !defined(MASTER_SITE_OVERRIDE) fetch: pre-fetch @if [ ! -d ${DISTDIR} ]; then mkdir -p ${DISTDIR}; fi |