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 /net/dip | |
parent | 5f524e3f61ad363bd74bcf74475e10faed1330b8 (diff) | |
download | pkgsrc-ea3fd449152f0a92cda167c5b3660acda96d635f.tar.gz |
Don't mirror distribution files which are kept locally anyway.
Diffstat (limited to 'net/dip')
-rw-r--r-- | net/dip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/dip/Makefile b/net/dip/Makefile index a3609d247de..ca667eaed50 100644 --- a/net/dip/Makefile +++ b/net/dip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/06/20 09:20:40 agc Exp $ +# $NetBSD: Makefile,v 1.6 1998/07/03 23:30:10 tron Exp $ # FreeBSD Id: Makefile,v 1.5 1997/04/30 03:18:07 asami Exp # @@ -12,6 +12,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= packages@netbsd.org +MIRROR_DISTFILE= no NO_CONFIGURE= yes .include "../../mk/bsd.prefs.mk" |