diff options
author | agc <agc> | 1998-01-22 10:26:36 +0000 |
---|---|---|
committer | agc <agc> | 1998-01-22 10:26:36 +0000 |
commit | 45df3876d38ca0acc32722d2bdf15f69a0aadcb8 (patch) | |
tree | 83ae5663f73ecc4829ff6215e001cf80211c8e27 /emulators | |
parent | f368c4f4d5c372aa7d2d237cfe5b638afdd04345 (diff) | |
download | pkgsrc-45df3876d38ca0acc32722d2bdf15f69a0aadcb8.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 'emulators')
-rw-r--r-- | emulators/linux_lib/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
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 |