de40ddbf21
having people fetch from the FreeBSD-current archive (and having it break at unpredictable times) wasn't a good idea.
23 lines
491 B
Makefile
23 lines
491 B
Makefile
# New ports collection makefile for: colorls
|
|
# Version required: FreeBSD-current (around January '97)
|
|
# Date created: 8 March 1995
|
|
# Whom: Satoshi Asami
|
|
#
|
|
# $Id: Makefile,v 1.11 1996/12/17 12:33:29 asami Exp $
|
|
#
|
|
|
|
DISTNAME= colorls
|
|
PKGNAME= colorls-2.2
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/
|
|
DISTFILES= ls.tar.gz
|
|
|
|
MAINTAINER= asami@FreeBSD.ORG
|
|
|
|
WRKSRC= ${WRKDIR}/ls
|
|
|
|
pre-patch:
|
|
${CP} ${WRKSRC}/ls.1 ${WRKSRC}/colorls.1
|
|
|
|
.include <bsd.port.mk>
|