diff options
author | hubertf <hubertf> | 2000-08-18 22:46:29 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-08-18 22:46:29 +0000 |
commit | c72e8c6ba48ab216853cf3ee27d80ffc3b4870f7 (patch) | |
tree | 04f7b6c9f02d31bfb54ab2070f124b8e32554867 /net/ra-rtsp-proxy/Makefile | |
parent | 4e65cf5a7684268ec9492ad6523dd5d1d07fbdda (diff) | |
download | pkgsrc-c72e8c6ba48ab216853cf3ee27d80ffc3b4870f7.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 'net/ra-rtsp-proxy/Makefile')
-rw-r--r-- | net/ra-rtsp-proxy/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net/ra-rtsp-proxy/Makefile b/net/ra-rtsp-proxy/Makefile index 5b4ba214b00..682f6755f40 100644 --- a/net/ra-rtsp-proxy/Makefile +++ b/net/ra-rtsp-proxy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/10/26 16:17:45 tron Exp $ +# $NetBSD: Makefile,v 1.5 2000/08/18 22:46:45 hubertf Exp $ DISTNAME= rtspd-src-1.0.0.0 PKGNAME= ra-rtsp-proxy-1.0.0.0 @@ -11,7 +11,11 @@ HOMEPAGE= http://service.real.com/firewall/fdev.html IS_INTERACTIVE= yes LICENSE= no-commercial-use -MIRROR_DISTFILE= no +RESTRICTED= ${LICENSE} +NO_SRC_ON_FTP= ${RESTRICTED} +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} DOWNLOAD= http://proforma.real.com/mario/devzone/rtspproxyform.html |