summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-01-22 10:26:36 +0000
committeragc <agc@pkgsrc.org>1998-01-22 10:26:36 +0000
commit65c222c48622e4f50121e792bdf4b998700edc77 (patch)
tree83ae5663f73ecc4829ff6215e001cf80211c8e27
parentb18b1d84e7120f763701862be7aa2801832bf8f1 (diff)
downloadpkgsrc-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.
-rw-r--r--audio/mikmod/Makefile3
-rw-r--r--audio/tracker/Makefile3
-rw-r--r--emulators/linux_lib/Makefile7
-rw-r--r--mbone/sdr/Makefile3
-rw-r--r--security/ssh/Makefile3
-rw-r--r--textproc/rman/Makefile3
-rw-r--r--x11/tkman/Makefile3
7 files changed, 18 insertions, 7 deletions
diff --git a/audio/mikmod/Makefile b/audio/mikmod/Makefile
index 2b00a07476d..8df3f614167 100644
--- a/audio/mikmod/Makefile
+++ b/audio/mikmod/Makefile
@@ -3,7 +3,7 @@
# Date created: 20 April 1997
# Whom: doconnor@ist.flinders.edu.au
#
-# $NetBSD: Makefile,v 1.3 1998/01/19 00:57:03 hubertf Exp $
+# $NetBSD: Makefile,v 1.4 1998/01/22 10:26:36 agc Exp $
# FreeBSD Id: Makefile,v 1.2 1997/09/05 17:40:54 max Exp
#
@@ -18,6 +18,7 @@ MAINTAINER= doconnor@ist.flinders.edu.au
BUILD_DEPENDS= ${PREFIX}/lib/libncurses.a:${PORTSDIR}/devel/ncurses
RESTRICTED= "Registration required for redistribution and commercial use."
+MIRROR_DISTFILE= no
WRKSRC= ${WRKDIR}/${DISTNAME}/source
MAN1= mikmod.1
diff --git a/audio/tracker/Makefile b/audio/tracker/Makefile
index c7afb824918..89556f106e0 100644
--- a/audio/tracker/Makefile
+++ b/audio/tracker/Makefile
@@ -3,7 +3,7 @@
# Date created: 2 Oct 1994
# Whom: swallace
#
-# $NetBSD: Makefile,v 1.4 1998/01/19 01:16:29 hubertf Exp $
+# $NetBSD: Makefile,v 1.5 1998/01/22 10:26:37 agc Exp $
# FreeBSD Id: Makefile,v 1.29 1996/12/20 23:46:22 ache Exp
#
@@ -18,6 +18,7 @@ MAINTAINER= ache@FreeBSD.ORG
EXEC_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo
RESTRICTED= "Non-redistributable beta"
+MIRROR_DISTFILE= no
WRKSRC= ${WRKDIR}/tracker
MAKE_FLAGS= MACHINE=netbsd CC=${CC} INSTALL="${INSTALL}" \
diff --git a/emulators/linux_lib/Makefile b/emulators/linux_lib/Makefile
index 651a673c51c..39328e59b0d 100644
--- a/emulators/linux_lib/Makefile
+++ b/emulators/linux_lib/Makefile
@@ -3,7 +3,7 @@
# Date created:
# Whom: erich@FreeBSD.org
#
-# $NetBSD: Makefile,v 1.2 1997/12/29 19:08:52 hubertf Exp $
+# $NetBSD: Makefile,v 1.3 1998/01/22 10:26:39 agc Exp $
# FreeBSD Id: Makefile,v 1.19 1997/12/04 17:34:28 asami Exp
#
@@ -15,6 +15,11 @@ MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= erich@FreeBSD.org
PREFIX= /emul/linux
+
+# The distfile is distributed under the GPL, so no re-distribution of
+# binaries without source.
+MIRROR_DISTFILE= no
+
NO_MTREE= yes
NO_BUILD= yes
EXTRACT_ONLY= # empty
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
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index 8c99f73ef26..07680f7f585 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -3,7 +3,7 @@
# Date created: 19971214
# Whom: hubertf@netbsd.org
#
-# $NetBSD: Makefile,v 1.6 1998/01/22 07:48:11 hubertf Exp $
+# $NetBSD: Makefile,v 1.7 1998/01/22 10:26:39 agc Exp $
# FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp
#
# Maximal ssh package requires a YES value for USE_PERL.
@@ -33,6 +33,7 @@ MASTER_SITES= \
.endif
RESTRICTED= "Crypto; export-controlled"
+MIRROR_DISTFILE= no
IS_INTERACTIVE= YES
GNU_CONFIGURE= YES
diff --git a/textproc/rman/Makefile b/textproc/rman/Makefile
index 9c66f57716a..3a43ab48ae4 100644
--- a/textproc/rman/Makefile
+++ b/textproc/rman/Makefile
@@ -3,7 +3,7 @@
# Date created: 27 Dec 1994
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
-# $Id: Makefile,v 1.3 1997/12/17 16:00:29 hubertf Exp $
+# $Id: Makefile,v 1.4 1998/01/22 10:26:40 agc Exp $
#
DISTNAME= rman-3.0.4
@@ -14,6 +14,7 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= tg@FreeBSD.org
NO_CDROM= "License required"
+MIRROR_DISTFILE= no
MAN1= rman.1
post-install:
diff --git a/x11/tkman/Makefile b/x11/tkman/Makefile
index aeb5017ac26..09e6e00c555 100644
--- a/x11/tkman/Makefile
+++ b/x11/tkman/Makefile
@@ -3,7 +3,7 @@
# Date created: 27 Dec 1994
# Whom: thomas Gellekum <tg@freebsd.org>
#
-# $Id: Makefile,v 1.4 1997/12/17 16:07:52 hubertf Exp $
+# $Id: Makefile,v 1.5 1998/01/22 10:26:41 agc Exp $
#
DISTNAME= tkman-2.0.4
@@ -18,6 +18,7 @@ RUN_DEPENDS= rman:${PORTSDIR}/textproc/rman \
glimpse:${PORTSDIR}/textproc/glimpse
NO_CDROM= "Don't sell for profit"
+MIRROR_DISTFILE= no
MAN1= tkman.1
.include <bsd.port.mk>