2005-09-28 14:15:16 +02:00
|
|
|
# $NetBSD: Makefile.common,v 1.7 2005/09/28 12:22:51 rillig Exp $
|
2004-01-04 06:01:02 +01:00
|
|
|
|
2004-02-26 00:19:56 +01:00
|
|
|
MASTER_SITES= http://ftp.mozilla.org/pub/mozilla.org/${MOZILLA_SHORT}/nightly/${MOZ_CONTRIB}latest-trunk/ \
|
|
|
|
ftp://ftp.mozilla.org/pub/mozilla.org/${MOZILLA_SHORT}/nightly/${MOZ_CONTRIB}latest-trunk/
|
2004-01-04 06:01:02 +01:00
|
|
|
|
|
|
|
DIST_SUBDIR= ${PKGNAME}
|
2005-09-28 14:15:16 +02:00
|
|
|
NO_CHECKSUM= yes
|
2004-01-04 06:01:02 +01:00
|
|
|
NO_SRC_ON_FTP= # defined
|
|
|
|
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
|
2005-07-15 20:27:48 +02:00
|
|
|
USE_TOOLS+= date
|
2005-05-16 06:45:40 +02:00
|
|
|
|
2004-05-30 08:22:09 +02:00
|
|
|
.if !defined(MOZ_VER) || empty(MOZ_VER)
|
2004-01-04 06:01:02 +01:00
|
|
|
MOZ_VER!= ${DATE} +%Y%m%d
|
2004-05-30 05:22:05 +02:00
|
|
|
.endif
|
2004-01-04 06:01:02 +01:00
|
|
|
|
|
|
|
.include "../../www/mozilla-bin/Makefile.common"
|