diff options
author | tron <tron> | 1998-07-03 23:30:09 +0000 |
---|---|---|
committer | tron <tron> | 1998-07-03 23:30:09 +0000 |
commit | 30b54d1dd1b44017b0af7a7cfc282ab12bbf3b7a (patch) | |
tree | 55863bae65aff4552b775bc83309be0da1bbf453 /misc/team | |
parent | 3f85991c2e5fba43093057bd9ce21e96d1b2078c (diff) | |
download | pkgsrc-30b54d1dd1b44017b0af7a7cfc282ab12bbf3b7a.tar.gz |
Don't mirror distribution files which are kept locally anyway.
Diffstat (limited to 'misc/team')
-rw-r--r-- | misc/team/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/team/Makefile b/misc/team/Makefile index 5669fccc408..83af2e7c169 100644 --- a/misc/team/Makefile +++ b/misc/team/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1998/06/20 09:20:39 agc Exp $ +# $NetBSD: Makefile,v 1.12 1998/07/03 23:30:10 tron Exp $ # FreeBSD Id: Makefile,v 1.6 1997/04/30 03:18:06 asami Exp # @@ -8,6 +8,8 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= packages@netbsd.org +MIRROR_DISTFILE= no + .include "../../mk/bsd.prefs.mk" .ifdef MANZ |