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/icb | |
parent | 5f524e3f61ad363bd74bcf74475e10faed1330b8 (diff) | |
download | pkgsrc-ea3fd449152f0a92cda167c5b3660acda96d635f.tar.gz |
Don't mirror distribution files which are kept locally anyway.
Diffstat (limited to 'net/icb')
-rw-r--r-- | net/icb/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/icb/Makefile b/net/icb/Makefile index 2fcea991d4e..a32250cd55c 100644 --- a/net/icb/Makefile +++ b/net/icb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/04/15 11:15:34 frueauf Exp $ +# $NetBSD: Makefile,v 1.7 1998/07/03 23:30:10 tron Exp $ # DISTNAME= icb-5.0.9 @@ -7,6 +7,8 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= cjs@netbsd.org +MIRROR_DISTFILE= no + do-configure: @cd ${WRKSRC}; \ ${SED} -e s,@PREFIX@,${PREFIX},g ${FILESDIR}/config >${WRKSRC}/config |