diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-23 13:02:52 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-23 13:02:52 +0000 |
commit | b165a3a9b5864235aa405bcb2c8612fba408be8f (patch) | |
tree | 4d78cf717e68fb1fb973b2b5bf7f16b45b83e68f /misc/colorls | |
parent | b41fc8e42ac239e3e8d9bbf6521b2b22c4875b19 (diff) | |
download | ports-b165a3a9b5864235aa405bcb2c8612fba408be8f.tar.gz ports-b165a3a9b5864235aa405bcb2c8612fba408be8f.zip |
Notes
Diffstat (limited to 'misc/colorls')
-rw-r--r-- | misc/colorls/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/colorls/Makefile b/misc/colorls/Makefile index 6c3112a7e808..f0ecb53a9b01 100644 --- a/misc/colorls/Makefile +++ b/misc/colorls/Makefile @@ -3,7 +3,7 @@ # Date created: 8 March 1995 # Whom: Satoshi Asami # -# $Id: Makefile,v 1.3 1995/04/01 12:50:06 jkh Exp $ +# $Id: Makefile,v 1.4 1995/04/15 01:28:36 asami Exp $ # DISTNAME= colorls @@ -20,7 +20,7 @@ FTP_SITE= ftp.freebsd.org FTP_DIR= /pub/FreeBSD/FreeBSD-current/src/bin/ .if !defined(MASTER_SITE_OVERRIDE) -fetch: pre-fetch +do-fetch: @if [ ! -d ${DISTDIR} ]; then mkdir -p ${DISTDIR}; fi @(cd ${DISTDIR}; \ if [ ! -f ${DISTFILES} ]; then \ |