diff options
author | grant <grant@pkgsrc.org> | 2003-09-04 11:30:18 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-09-04 11:30:18 +0000 |
commit | 91aaeb575c12705a8e8fb6055d04957ebc010aca (patch) | |
tree | 12bc7dbe4f684b9148c4ab8de7eb77b63f4a7dd9 /www/mozilla-bin-nightly | |
parent | a306210b3b0eae53045c19e8a3768df51e7c1b45 (diff) | |
download | pkgsrc-91aaeb575c12705a8e8fb6055d04957ebc010aca.tar.gz |
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 (limited to 'www/mozilla-bin-nightly')
-rw-r--r-- | www/mozilla-bin-nightly/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mozilla-bin-nightly/Makefile b/www/mozilla-bin-nightly/Makefile index 9da150340a3..53b9c86a49c 100644 --- a/www/mozilla-bin-nightly/Makefile +++ b/www/mozilla-bin-nightly/Makefile @@ -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 @@ PKGVER!= ${DATE} +%Y%m%d DIST_SUBDIR= ${PKGNAME} NO_CHECKSUM= # defined NO_CONFIGURE= # defined +NO_SRC_ON_FTP= # defined USE_PKGINSTALL= YES |