diff options
author | hubertf <hubertf> | 2000-08-18 22:46:29 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-08-18 22:46:29 +0000 |
commit | 319851030c59cf23051f4b644ce57723ba62c60c (patch) | |
tree | 04f7b6c9f02d31bfb54ab2070f124b8e32554867 /graphics/mtv | |
parent | c62864cb6595a43a3e5a23bf12ad8dafe7481b48 (diff) | |
download | pkgsrc-319851030c59cf23051f4b644ce57723ba62c60c.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/mtv')
-rw-r--r-- | graphics/mtv/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/graphics/mtv/Makefile b/graphics/mtv/Makefile index fc6686d2226..642f5022897 100644 --- a/graphics/mtv/Makefile +++ b/graphics/mtv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2000/08/05 15:40:31 mycroft Exp $ +# $NetBSD: Makefile,v 1.22 2000/08/18 22:46:35 hubertf Exp $ DISTNAME= mtv-1.1.4 CATEGORIES= graphics @@ -16,7 +16,12 @@ ONLY_FOR_PLATFORM= NetBSD-1.4[Y-Z]-i386 NetBSD-1.4Z[A-Z]-i386 \ DIST_SUBDIR= mtv LICENSE= fee-based-commercial-use MANCOMPRESSED= -MIRROR_DISTFILE= no + +RESTRICTED= "Commercial software." +NO_SRC_ON_FTP= ${RESTRICTED} +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} EXTRACT_ONLY= # empty NO_BUILD= yes |