diff options
author | rillig <rillig@pkgsrc.org> | 2007-11-02 09:02:57 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-11-02 09:02:57 +0000 |
commit | 67974dcb6a8e28c8fa461f23d7a9bdb4201794f9 (patch) | |
tree | 157cc4fe576e4069bb31d456973558caa15b4bee /mk/fetch | |
parent | 37f2a25d53139cdd98d6a175863024a5e5886304 (diff) | |
download | pkgsrc-67974dcb6a8e28c8fa461f23d7a9bdb4201794f9.tar.gz |
Added some variables for "bmake show-all-fetch".
Diffstat (limited to 'mk/fetch')
-rw-r--r-- | mk/fetch/bsd.fetch-vars.mk | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mk/fetch/bsd.fetch-vars.mk b/mk/fetch/bsd.fetch-vars.mk index 06e508b315d..8bdf4117a3b 100644 --- a/mk/fetch/bsd.fetch-vars.mk +++ b/mk/fetch/bsd.fetch-vars.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.fetch-vars.mk,v 1.8 2007/08/16 07:42:53 rillig Exp $ +# $NetBSD: bsd.fetch-vars.mk,v 1.9 2007/11/02 09:02:57 rillig Exp $ # # This Makefile fragment is included separately by bsd.pkg.mk and # defines some variables which must be defined earlier than where @@ -27,6 +27,11 @@ # more than the usual distfiles. # +_VARGROUPS+= fetch +_USER_VARS.fetch= DISTDIR DIST_PATH +_PKG_VARS.fetch= MASTER_SITES DIST_SUBDIR DISTFILES +_SYS_VARS.fetch= DEFAULT_DISTFILES + # The default DISTDIR is currently set in bsd.prefs.mk. #DISTDIR?= ${PKGSRCDIR}/distfiles |