diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-11 05:50:23 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-11 05:50:23 +0000 |
commit | 47a616f11d266abac2936b7fc036ae1f1a1cc70d (patch) | |
tree | 04f524367e2c1e7a76912077649c7df5494a5dcb /misc/colorls | |
parent | c52c50b28fefb499b5db9cfffad33f469456e36b (diff) | |
download | ports-47a616f11d266abac2936b7fc036ae1f1a1cc70d.tar.gz ports-47a616f11d266abac2936b7fc036ae1f1a1cc70d.zip |
Notes
Diffstat (limited to 'misc/colorls')
-rw-r--r-- | misc/colorls/Makefile | 6 |
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> |