diff options
Diffstat (limited to 'graphics/ns-flash/Makefile')
-rw-r--r-- | graphics/ns-flash/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/graphics/ns-flash/Makefile b/graphics/ns-flash/Makefile index 602b7ca8bc2..b1faf19812e 100644 --- a/graphics/ns-flash/Makefile +++ b/graphics/ns-flash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/06/01 09:45:42 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.6 2000/08/18 22:46:35 hubertf Exp $ # PKGNAME= ns-flash-4.0r12 @@ -25,9 +25,11 @@ MASTER_SITES= http://download.macromedia.com/pub/shockwave/flash/${SUB}/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.flash.com/ -NO_CDROM= "Redistribution not permitted" -RESTRICTED= "Export-controlled" -MIRROR_DISTFILE= no +RESTRICTED= "Export-controlled, redistribution not permitted" +NO_SRC_ON_FTP= ${RESTRICTED} +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} NO_CONFIGURE= yes NO_BUILD= yes |