pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/seamonkey-bin Define MASTER_SITE simply. Don't ad...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5dd9bbb3c341
branches: trunk
changeset: 538588:5dd9bbb3c341
user: obache <obache%pkgsrc.org@localhost>
date: Wed Feb 13 14:43:00 2008 +0000
description:
Define MASTER_SITE simply. Don't add "contrib" automatically.
No package using "contrib" sub directory now and it is redundant.
If such a package exists on a platform, should use MOZ_DIR individually instead.
This change also fixes fetch problem of www/firefox-bin when MASTER_SITE_MOZILLA
is not defined in /etc/mk.conf.
diffstat:
www/seamonkey-bin/Makefile.common | 10 ++--------
1 files changed, 2 insertions(+), 8 deletions(-)
diffs (24 lines):
diff -r 75276c57fdad -r 5dd9bbb3c341 www/seamonkey-bin/Makefile.common
--- a/www/seamonkey-bin/Makefile.common Wed Feb 13 14:41:30 2008 +0000
+++ b/www/seamonkey-bin/Makefile.common Wed Feb 13 14:43:00 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2007/12/22 07:22:10 obache Exp $
+# $NetBSD: Makefile.common,v 1.12 2008/02/13 14:43:00 obache Exp $
DISTNAME= ${MOZILLA}${MOX_EXTRA}-bin # overridden below
PKGNAME= ${MOZILLA}${MOZ_EXTRA}-bin-${MOZ_VER}
@@ -41,13 +41,7 @@
MOZ_DIR?= ${MOZ_VER}
MOZ_PLATFORM?= ${LOWER_OPSYS}
-.if !defined(MASTER_SITES)
-_MASTER_SITES+= ${MASTER_SITE_MOZILLA:=${MOZILLA_SHORT}/releases/${MOZ_DIR}/}
-. for _site_ in ${_MASTER_SITES}
-MASTER_SITES+= ${_site_}
-MASTER_SITES+= ${_site_}contrib/
-. endfor
-.endif
+MASTER_SITES?= ${MASTER_SITE_MOZILLA:=${MOZILLA_SHORT}/releases/${MOZ_DIR}/}
MOZILLA_LIB= ${PREFIX}/lib/${MOZILLA}${MOZ_EXTRA}-${MOZ_PLATFORM}
Home |
Main Index |
Thread Index |
Old Index