summaryrefslogtreecommitdiff
path: root/www/navigator3
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-08-18 22:46:29 +0000
committerhubertf <hubertf@pkgsrc.org>2000-08-18 22:46:29 +0000
commit402899809af063240e564f105ec22423fefbea61 (patch)
tree04f7b6c9f02d31bfb54ab2070f124b8e32554867 /www/navigator3
parent4d12f83ce14656cd4cddc462df8559d6da7ad75a (diff)
downloadpkgsrc-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/navigator3')
-rw-r--r--www/navigator3/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/www/navigator3/Makefile b/www/navigator3/Makefile
index 5f8a92e349c..e5a267af033 100644
--- a/www/navigator3/Makefile
+++ b/www/navigator3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1999/10/05 01:02:52 hubertf Exp $
+# $NetBSD: Makefile,v 1.3 2000/08/18 22:46:52 hubertf Exp $
DISTNAME= netscape-v304-export.x86-unknown-bsd
PKGNAME= navigator3-3.04
@@ -10,8 +10,12 @@ HOMEPAGE= http://www.netscape.com
ONLY_FOR_PLATFORM= *-*-i386
-MIRROR_DISTFILE= no
-NO_CDROM= Licensed product
+RESTRICTED= Licensed product
+NO_SRC_ON_FTP= ${RESTRICTED}
+NO_SRC_ON_CDROM= ${RESTRICTED}
+NO_BIN_ON_FTP= ${RESTRICTED}
+NO_BIN_ON_CDROM= ${RESTRICTED}
+
NO_WRKSUBDIR= yes
USE_X11BASE= yes
SCRIPTS_ENV+= MACHINE_ARCH=${MACHINE_ARCH}