diff options
author | tron <tron@pkgsrc.org> | 1998-07-03 23:30:09 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-07-03 23:30:09 +0000 |
commit | ea3fd449152f0a92cda167c5b3660acda96d635f (patch) | |
tree | 55863bae65aff4552b775bc83309be0da1bbf453 /misc/colorls | |
parent | 5f524e3f61ad363bd74bcf74475e10faed1330b8 (diff) | |
download | pkgsrc-ea3fd449152f0a92cda167c5b3660acda96d635f.tar.gz |
Don't mirror distribution files which are kept locally anyway.
Diffstat (limited to 'misc/colorls')
-rw-r--r-- | misc/colorls/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/colorls/Makefile b/misc/colorls/Makefile index 1978a62368d..383375dd91c 100644 --- a/misc/colorls/Makefile +++ b/misc/colorls/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/06/20 09:20:39 agc Exp $ +# $NetBSD: Makefile,v 1.9 1998/07/03 23:30:10 tron Exp $ # FreeBSD Id: Makefile,v 1.13 1997/04/30 03:18:06 asami Exp # @@ -10,6 +10,7 @@ DISTFILES= ls.tar.gz MAINTAINER= packages@netbsd.org +MIRROR_DISTFILE= no WRKSRC= ${WRKDIR}/ls .include "../../mk/bsd.prefs.mk" |