summaryrefslogtreecommitdiff
path: root/misc/colorls
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-15 01:28:36 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-15 01:28:36 +0000
commit4d1779977af7b0705034985d1bfc41a3b5c5d85f (patch)
tree21da8670bf5c65ee4d3f352d0d1ba6a551847697 /misc/colorls
parentxdvi no longer requires GNU make. The offending `include' line in the (diff)
Cleanup.
Notes
Notes: svn path=/head/; revision=1357
Diffstat (limited to 'misc/colorls')
-rw-r--r--misc/colorls/Makefile15
1 files changed, 10 insertions, 5 deletions
diff --git a/misc/colorls/Makefile b/misc/colorls/Makefile
index 1ec59e2baf80..6c3112a7e808 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