summaryrefslogtreecommitdiff
path: root/misc/colorls/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/colorls/Makefile')
-rw-r--r--misc/colorls/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/misc/colorls/Makefile b/misc/colorls/Makefile
deleted file mode 100644
index f0ecb53a9b01..000000000000
--- a/misc/colorls/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: colorls
-# Version required: FreeBSD-current (around March '95)
-# Date created: 8 March 1995
-# Whom: Satoshi Asami
-#
-# $Id: Makefile,v 1.4 1995/04/15 01:28:36 asami Exp $
-#
-
-DISTNAME= colorls
-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)
-do-fetch:
- @if [ ! -d ${DISTDIR} ]; then mkdir -p ${DISTDIR}; fi
- @(cd ${DISTDIR}; \
- if [ ! -f ${DISTFILES} ]; then \
- (sleep 5; echo "cd ${FTP_DIR}"; echo "get ${DISTFILES}") | ${NCFTP} ${NCFTPFLAGS} ${FTP_SITE}; \
- fi \
- )
-.endif
-
-.include <bsd.port.mk>