diff options
author | tron <tron> | 1999-10-04 21:10:15 +0000 |
---|---|---|
committer | tron <tron> | 1999-10-04 21:10:15 +0000 |
commit | bf880c5d5ac3354b94d0639f3c8f1bf16e2f9e0d (patch) | |
tree | a681199d2065dbbe06ace5b5bf8b50c9b7d064db /graphics | |
parent | f64c59f8828783373e9c2684275622df02f0f2ab (diff) | |
download | pkgsrc-bf880c5d5ac3354b94d0639f3c8f1bf16e2f9e0d.tar.gz |
Because "MIRROR_DISTFILE= no" isn't set by "suse.mk" any more we have do
set it here.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/mtv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/mtv/Makefile b/graphics/mtv/Makefile index 6bfe24732aa..c1ce237c9b6 100644 --- a/graphics/mtv/Makefile +++ b/graphics/mtv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/10/04 17:01:15 tron Exp $ +# $NetBSD: Makefile,v 1.9 1999/10/04 21:10:15 tron Exp $ DISTNAME= mtv-1.1.0.3 CATEGORIES= graphics @@ -15,6 +15,7 @@ DEPENDS= suse_xforms-6.1p1:../../emulators/suse_xforms DIST_SUBDIR= mtv LICENSE= fee-based-commercial-use MANCOMPRESSED= +MIRROR_DISTFILE= no EXTRACT_ONLY= # empty NO_BUILD= yes |