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 /audio | |
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 'audio')
-rw-r--r-- | audio/mikmod/Makefile | 3 | ||||
-rw-r--r-- | audio/tracker/Makefile | 3 |
2 files changed, 4 insertions, 2 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}" \ |