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/qvplay/Makefile | |
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/qvplay/Makefile')
-rw-r--r-- | graphics/qvplay/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/graphics/qvplay/Makefile b/graphics/qvplay/Makefile index ea1ece4f9e6..63bcd697e19 100644 --- a/graphics/qvplay/Makefile +++ b/graphics/qvplay/Makefile @@ -1,11 +1,14 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/09/17 03:46:32 jwise Exp $ +# $NetBSD: Makefile,v 1.2 2000/08/18 22:46:36 hubertf Exp $ # DISTNAME= qvplay-0.94 WRKSRC= ${WRKDIR}/QVplay094/src CATEGORIES= graphics -MASTER_SITES= http://www.asahi-net.or.jp/~xg2k-hys/ -MIRROR_DISTFILE=no +MASTER_SITES= http://www.asahi-net.or.jp/~xg2k-hys/index-e.html + +RESTRICTED= Undistributable development version. +NO_SRC_ON_FTP= ${RESTRICTED} +NO_SRC_ON_CDROM= ${RESTRICTED} MAINTAINER= jwise@netbsd.org HOMEPAGE= http://www.asahi-net.or.jp/~xg2k-hys/index-e.html |