summaryrefslogtreecommitdiff
path: root/misc/colorls
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-11 05:50:23 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-11 05:50:23 +0000
commit47a616f11d266abac2936b7fc036ae1f1a1cc70d (patch)
tree04f524367e2c1e7a76912077649c7df5494a5dcb /misc/colorls
parentUpgrade (diff)
CATEGORIES+= --> CATEGORIES=
Misc variable reordering, cleaning up, etc.
Notes
Notes: svn path=/head/; revision=4385
Diffstat (limited to 'misc/colorls')
-rw-r--r--misc/colorls/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/colorls/Makefile b/misc/colorls/Makefile
index 60db61a438d1..f8d80db5a427 100644
--- a/misc/colorls/Makefile
+++ b/misc/colorls/Makefile
@@ -3,12 +3,12 @@
# Date created: 8 March 1995
# Whom: Satoshi Asami
#
-# $Id: Makefile,v 1.8 1995/11/26 10:47:32 asami Exp $
+# $Id: Makefile,v 1.9 1996/03/06 23:08:43 asami Exp $
#
DISTNAME= colorls
PKGNAME= colorls-2.1
-CATEGORIES+= misc
+CATEGORIES= misc
MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/src/bin/
DISTFILES= ls.tar.gz
@@ -17,6 +17,6 @@ MAINTAINER= asami@FreeBSD.ORG
WRKSRC= ${WRKDIR}/ls
pre-patch:
- cp ${WRKSRC}/ls.1 ${WRKSRC}/colorls.1
+ ${CP} ${WRKSRC}/ls.1 ${WRKSRC}/colorls.1
.include <bsd.port.mk>