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/qvplay | |
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/qvplay')
-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 |