summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorhubertf <hubertf>1998-01-25 14:50:47 +0000
committerhubertf <hubertf>1998-01-25 14:50:47 +0000
commit9690ab24c17917f7971c679ad3007583152a53d5 (patch)
tree99a1d3d56f5ee78e969dead364f377caca3b8e96 /mk
parentaf70bdf4573a1560fe433c26c5e931087903f251 (diff)
downloadpkgsrc-9690ab24c17917f7971c679ad3007583152a53d5.tar.gz
use __ARCH_OK=yes and NO_IGNORE=yes at the mirror-target to get ALL distfiles
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk4
-rw-r--r--mk/bsd.port.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 28ddbd8f97d..28f69dad1d1 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,7 +1,7 @@
#-*- mode: Fundamental; tab-width: 4; -*-
# ex:ts=4
#
-# $NetBSD: bsd.pkg.mk,v 1.38 1998/01/25 14:46:10 hubertf Exp $
+# $NetBSD: bsd.pkg.mk,v 1.39 1998/01/25 14:50:47 hubertf Exp $
#
# bsd.port.mk - 940820 Jordan K. Hubbard.
# This file is in the public domain.
@@ -1057,7 +1057,7 @@ do-fetch:
# re-distributed freely
mirror:
.if (${MIRROR_DISTFILE} == "yes")
- @make fetch
+ @make fetch __ARCH_OK=yes NO_IGNORE=yes
.endif
# Extract
diff --git a/mk/bsd.port.mk b/mk/bsd.port.mk
index 65bdb1f61bb..22ada1c80cb 100644
--- a/mk/bsd.port.mk
+++ b/mk/bsd.port.mk
@@ -1,7 +1,7 @@
#-*- mode: Fundamental; tab-width: 4; -*-
# ex:ts=4
#
-# $NetBSD: bsd.port.mk,v 1.38 1998/01/25 14:46:10 hubertf Exp $
+# $NetBSD: bsd.port.mk,v 1.39 1998/01/25 14:50:47 hubertf Exp $
#
# bsd.port.mk - 940820 Jordan K. Hubbard.
# This file is in the public domain.
@@ -1057,7 +1057,7 @@ do-fetch:
# re-distributed freely
mirror:
.if (${MIRROR_DISTFILE} == "yes")
- @make fetch
+ @make fetch __ARCH_OK=yes NO_IGNORE=yes
.endif
# Extract