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 /www/navigator | |
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 'www/navigator')
-rw-r--r-- | www/navigator/Makefile.common | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www/navigator/Makefile.common b/www/navigator/Makefile.common index 51caa85568f..e09d389cc04 100644 --- a/www/navigator/Makefile.common +++ b/www/navigator/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.16 2000/08/18 15:44:45 tron Exp $ +# $NetBSD: Makefile.common,v 1.17 2000/08/18 22:46:51 hubertf Exp $ # # Common include file for communicator and navigator packages @@ -76,10 +76,13 @@ MASTER_SITES= ftp://ftp.netscape.org/pub/communicator/${SUB}/ \ ONLY_FOR_PLATFORM= *-*-alpha *-*-i386 *-*-sparc MIRROR_DISTFILE=no -NO_CDROM= Licensed product MAINTAINER= abs@netbsd.org HOMEPAGE= http://home.netscape.com/browsers/index.html RESTRICTED= "No re-distribution without agreement from Netscape" +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} +NO_SRC_ON_FTP= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} BUILD_DEFS+= NS_ENCRYPTION DIST_SUBDIR= netscape |