diff options
author | agc <agc@pkgsrc.org> | 1998-01-22 10:26:36 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-01-22 10:26:36 +0000 |
commit | 65c222c48622e4f50121e792bdf4b998700edc77 (patch) | |
tree | 83ae5663f73ecc4829ff6215e001cf80211c8e27 /mbone/sdr/Makefile | |
parent | b18b1d84e7120f763701862be7aa2801832bf8f1 (diff) | |
download | pkgsrc-65c222c48622e4f50121e792bdf4b998700edc77.tar.gz |
Set MIRROR_DISTFILE to "no" in package Makefiles which might have
restrictions placed on the redistribution of their distfiles. Please
note that I've erred on the side of caution here.
Diffstat (limited to 'mbone/sdr/Makefile')
-rw-r--r-- | mbone/sdr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mbone/sdr/Makefile b/mbone/sdr/Makefile index e6806be676d..38dac118f34 100644 --- a/mbone/sdr/Makefile +++ b/mbone/sdr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1997/11/18 17:21:26 is Exp $ +# $NetBSD: Makefile,v 1.3 1998/01/22 10:26:38 agc Exp $ # # Packages collection makefile for: sdr # Version required: 2.3a1 @@ -24,6 +24,7 @@ MAINTAINER= is@netbsd.org LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80 RESTRICTED= "Contains DES encryption" +MIRROR_DISTFILE= no NO_WRKSUBDIR= yes USE_GMAKE= yes USE_X11= yes |