pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www define NO_SRC_ON_FTP as we always want to download...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/32201725e812
branches:  trunk
changeset: 460780:32201725e812
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Sep 04 11:30:18 2003 +0000

description:
define NO_SRC_ON_FTP as we always want to download the distfile from
the (only) master site, and there is little value in having the daily
distfiles on ftp.NetBSD.org.

diffstat:

 www/mozilla-bin-nightly/Makefile |  3 ++-
 www/phoenix-bin-nightly/Makefile |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 29f6ce68cbc1 -r 32201725e812 www/mozilla-bin-nightly/Makefile
--- a/www/mozilla-bin-nightly/Makefile  Thu Sep 04 11:26:06 2003 +0000
+++ b/www/mozilla-bin-nightly/Makefile  Thu Sep 04 11:30:18 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/09/04 11:23:19 grant Exp $
+# $NetBSD: Makefile,v 1.6 2003/09/04 11:30:18 grant Exp $
 #
 
 DISTNAME=              # see Makefile.${OPSYS}.${ARCH}
@@ -17,6 +17,7 @@
 DIST_SUBDIR=           ${PKGNAME}
 NO_CHECKSUM=           # defined
 NO_CONFIGURE=          # defined
+NO_SRC_ON_FTP=         # defined
 
 USE_PKGINSTALL=                YES
 
diff -r 29f6ce68cbc1 -r 32201725e812 www/phoenix-bin-nightly/Makefile
--- a/www/phoenix-bin-nightly/Makefile  Thu Sep 04 11:26:06 2003 +0000
+++ b/www/phoenix-bin-nightly/Makefile  Thu Sep 04 11:30:18 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2003/09/04 11:26:06 grant Exp $
+# $NetBSD: Makefile,v 1.10 2003/09/04 11:30:20 grant Exp $
 #
 
 DISTNAME=              # see Makefile.${OPSYS}.${ARCH}
@@ -18,6 +18,7 @@
 DIST_SUBDIR=           ${PKGNAME}
 NO_CHECKSUM=           # defined
 NO_CONFIGURE=          # defined
+NO_SRC_ON_FTP=         # defined
 
 USE_PKGINSTALL=                YES
 



Home | Main Index | Thread Index | Old Index