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 /emulators/compat11 | |
parent | 5f524e3f61ad363bd74bcf74475e10faed1330b8 (diff) | |
download | pkgsrc-ea3fd449152f0a92cda167c5b3660acda96d635f.tar.gz |
Don't mirror distribution files which are kept locally anyway.
Diffstat (limited to 'emulators/compat11')
-rw-r--r-- | emulators/compat11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/compat11/Makefile b/emulators/compat11/Makefile index f487369c435..6d910114f97 100644 --- a/emulators/compat11/Makefile +++ b/emulators/compat11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/05/08 21:33:21 tron Exp $ +# $NetBSD: Makefile,v 1.7 1998/07/03 23:30:09 tron Exp $ # DISTNAME= compat11 @@ -12,6 +12,7 @@ DEPENDS+= compat12:../../emulators/compat12 ONLY_FOR_ARCHS= amiga atari hp300 i386 mac68k mvme68k pc532 sparc sun3 +MIRROR_DISTFILE= no HAS_CONFIGURE= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/usr/lib |