diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-08-18 22:46:29 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-08-18 22:46:29 +0000 |
commit | 402899809af063240e564f105ec22423fefbea61 (patch) | |
tree | 04f7b6c9f02d31bfb54ab2070f124b8e32554867 /graphics/ns-flash | |
parent | 4d12f83ce14656cd4cddc462df8559d6da7ad75a (diff) | |
download | pkgsrc-402899809af063240e564f105ec22423fefbea61.tar.gz |
Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions.
MIRROR_DISTFILES and NO_CDROM are now dead.
Diffstat (limited to 'graphics/ns-flash')
-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 |